Alternative for point3D() function in Matlab R2015a

조회 수: 5 (최근 30일)
Ali Tareq
Ali Tareq 2016년 3월 9일
댓글: Ali Tareq 2016년 3월 13일
I want estimate depth in Matlab R2015a but an error occurs and it doesn't know points3D() function. why it occurs and is there another alternative for that?

답변 (1개)

Steven Lord
Steven Lord 2016년 3월 9일
points3D is a variable defined on the first line of code in the section titled "Reconstruct the 3-D Scene" in that example.
Also note that the online documentation is for the most recent release (currently release R2016a) and may use functions or features that are not available in older releases. You may want to search the locally installed documentation in your release to determine if there is a corresponding example and use that as a model instead.
  댓글 수: 2
Walter Roberson
Walter Roberson 2016년 3월 10일
Also note that you might need all of the code from the beginning of the page in order to create some of the other variables.
Ali Tareq
Ali Tareq 2016년 3월 13일
Thanks for your help.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by