Question

I have recently installed matlab R2012a when i type ver i see

Computer Vision System Toolbox                        Version 5.0        (R2012a)

along with other toolboxes. I suppose this means that the toolbox is installed? When i try to run

videoOut = insertObjectAnnotation( double(videoFrame), 'rectangle', bbox, 'Face');

Similar question "error in Undefined function 'insertObjectAnnotation' in matlab" suggested using double but when i run it i get

Undefined function 'insertObjectAnnotation' for input arguments of type 'double'.

So i run which insertObjectAnnotation after which i get 'insertObjectAnnotation' not found.

What does it mean and how should i solve this ?

Was it helpful?

Solution

The function insertObjectAnnotation was introduced to Matlab in R2012b. Therefore, it is not available in your version of Matlab.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top