imageSet function not working
이전 댓글 표시
I am trying this code http://www.mathworks.com/examples/matlab-computer-vision/725-feature-based-panoramic-image-stitching#7 but my matlab does not recognize the imageSet function. The error reads "Undefined function 'imageSet' for input arguments of type 'char'.". I am not sure what is wrong I copied and pasted the code directly.
답변 (2개)
Dima Lisin
2014년 11월 20일
1 개 추천
You may have an older version of MATLAB. imageSet was added in R2014b release.
Image Analyst
2014년 11월 19일
Are you sure you have the Computer Vision System Toolbox? What does
which -all imageSet
say?
댓글 수: 2
Andrew
2014년 11월 19일
Image Analyst
2014년 11월 19일
You do need the toolbox. You can get a free trial if you contact the Mathworks.
카테고리
도움말 센터 및 File Exchange에서 Image Category Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!