Matlab R2013b
1 view (last 30 days)
Show older comments
Why the function of recognize is undefined function? i am using the matlab R2011a. I just want to test the accuracy of the video. For example, if the input video is people run and after finished execute, the output result will prompt running.
anyone can help me to solve it. Thankyou.
0 Comments
Answers (1)
Image Analyst
on 31 Dec 2016
Because it's not in any toolbox that you own, nor is it an m-file that you wrote and lives on your search path anywhere. What does this show you in the command window:
>> which -all recognize
It will probably say the same thing - that there is no such function defined and living anywhere on your search path.
0 Comments
See Also
Categories
Find more on Image Processing and Computer Vision in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!