computer vision system toolbox

2 ビュー (過去 30 日間)
Zeeshan
Zeeshan 2014 年 12 月 17 日
コメント済み: Zeeshan 2014 年 12 月 20 日
I am using MATLAB R2012a. in the help menu there it shows the computer vision system toolbox, but when i run a command "FD=vivion.CascadeObjectDetection('EyepairBig');" it shows an error "undefined variable 'vision' or class vision.cascadeobjectdetection " . I'm using it for detection of eyes on a face in an image Am i supposed to do something with the toolbox before using it. please help.
Thanks in advance
  2 件のコメント
David Young
David Young 2014 年 12 月 17 日
Did you copy and paste the command into your question? If so, the problem might be that vision is mis-spelt as "vivion". If that's not the problem, use the "ver" command to check that you have the toolbox.
Zeeshan
Zeeshan 2014 年 12 月 20 日
thanks for the reply. but the command is not not copied and paste. its a mistake on my part while writing it here. thanks a ton.

サインインしてコメントする。

採用された回答

Dima Lisin
Dima Lisin 2014 年 12 月 18 日
First, make sure that you have the Computer Vision System Toolbox installed. Second, the object is called vision.CascadeObjectDetector. Please be sure to type it correctly. You can type first few characters into the command prompt, and then press the "Tab" key to get a list of valid completions.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeComputer Vision Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by