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 件のコメント
Tushar Biswas
2016 年 8 月 21 日
The same problem is faced by me.Can anyone please tell me the solution specifically?
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
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.
0 件のコメント
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!