I am trying to use the imageSet function with you database but it is giving me an error saying undefined function imageSet for input argument of type char. what should I do ?

1 次查看(过去 30 天)
faceDatabase = imageSet ('FaceDatabaseATT','recursive');
  4 个评论
Walter Roberson
Walter Roberson 2016-8-21
Tushar Biswas, which version of MATLAB are you using, and do you have the Computer Vision toolbox installed and licensed?

请先登录,再进行评论。

采纳的回答

Steven Lord
Steven Lord 2016-4-14
The documentation page indicates that imageSet is part of Computer Vision System Toolbox and this function was introduced in release R2014b. You will need to have this toolbox available and be using this release or later to use imageSet.

更多回答(1 个)

Image Analyst
Image Analyst 2015-3-26
It's probably in some toolbox that you (and I) don't have.

Community Treasure Hunt

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

Start Hunting!

Translated by