Undefined function or variable 'estimateE​ssentialMa​trix'

조회 수: 11 (최근 30일)
Joe Joe
Joe Joe 2017년 8월 24일
댓글: Walter Roberson 2017년 8월 24일
In structure from motion from two view matlab code, the estimateEssentialMatrix function is set to compute the essential matrix but I have this error message . "Undefined function or variable 'estimateEssentialMatrix". What can I do to fix it?
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 8월 24일
That command requires the Vision toolbox and R2016b or later.

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

채택된 답변

Steven Lord
Steven Lord 2017년 8월 24일
This function is part of Computer Vision System Toolbox and was introduced in release R2016b. Are you using release R2016b or later? If so, do you have this toolbox installed and licensed? You can check if it's installed using ver.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 安装和许可简介에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!