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 ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
jaya matuwani
am 26 Mär. 2015
Kommentiert: Walter Roberson
am 21 Aug. 2016
faceDatabase = imageSet ('FaceDatabaseATT','recursive');
4 Kommentare
Tushar Biswas
am 21 Aug. 2016
The same problem is faced by me.Can anyone please tell me the solution specifically?
Walter Roberson
am 21 Aug. 2016
Tushar Biswas, which version of MATLAB are you using, and do you have the Computer Vision toolbox installed and licensed?
Akzeptierte Antwort
Steven Lord
am 14 Apr. 2016
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.
0 Kommentare
Weitere Antworten (1)
Image Analyst
am 26 Mär. 2015
It's probably in some toolbox that you (and I) don't have.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!