How can set the camera poses on figure?

1 Ansicht (letzte 30 Tage)
Joe Joe
Joe Joe am 5 Sep. 2017
Kommentiert: Joe Joe am 5 Sep. 2017
I try the SfM from multiview code. But in display camera poses, we got an error. This can't show the refined plot on figure. The error message is "Error using plotCamera>parseInputs (line 129) Expected a string for the parameter name, instead the input type was 'table'.
Error in plotCamera (line 95) params = parseInputs(varargin{:});
Error in Rinput (line 56) plotCamera(camPoses);. I don't know where I was wrong. Please give me point out the error and give suggestion how to resolve it.

Antworten (1)

Walter Roberson
Walter Roberson am 5 Sep. 2017
The parameter you are trying to pass is not supported until R2016b but you are using a version before that
  1 Kommentar
Joe Joe
Joe Joe am 5 Sep. 2017
i used the R2016a. It's because of R2016a. Thank you.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Support Package for USB Webcams finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!