Trying to write a code for stereo-vision video as i don't have any knowledge on it and referring matlab release notes. when i try to execute the example given in it getting a error ie Undefined function 'detectEigenFeatures' for input arguments .
3 ビュー (過去 30 日間)
古いコメントを表示
Please help me with this error and give me a solution for it as i am trying to write a program for stereo-vision vedio. Please guide me through this.
0 件のコメント
回答 (1 件)
Dinesh Iyer
2015 年 9 月 3 日
編集済み: Dinesh Iyer
2015 年 9 月 3 日
detectEigenFeatures does not appear to be a MATLAB or computer vision system toolbox function. If you downloaded this code from some-place, make sure it is on the MATLAB path.
detectMinEigFeatures is part of the Computer Vision System Toolbox. Please check if you have this product installed as an add-on to MATLAB using the VER command.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!