我最近安裝matlab R2012a
當我鍵入ver
我看到未定義功能「insertObjectAnnotation」
Computer Vision System Toolbox Version 5.0 (R2012a)
與其他工具箱一起。我想這意味着工具箱已安裝? 當我嘗試運行
videoOut = insertObjectAnnotation(double(videoFrame), 'rectangle', bbox, 'Face');
類似問題"error in Undefined function 'insertObjectAnnotation' in matlab"使用double
建議,但是當我運行它,我得到
Undefined function 'insertObjectAnnotation' for input arguments of type 'double'.
所以我來說which insertObjectAnnotation
之後,我得到'insertObjectAnnotation' not found.
是什麼這意味着我應該如何解決這個問題?
可能重複[錯誤在未定義的函數'insertObjectAnnotation'在matlab中](http://stackoverflow.com/questions/13867635/error-in-undefined-function-insertobjectannotation-in-matlab) – Dima 2013-10-30 18:40:26