Matlab R2013b

1 vue (au cours des 30 derniers jours)
alice ong
alice ong le 31 Déc 2016
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.

Réponses (1)

Image Analyst
Image Analyst le 31 Déc 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.

Catégories

En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by