Is Digit Classification Using HOG Features example only available in the 2014 version?

3 vues (au cours des 30 derniers jours)
I use the 2013 version. I tried to follow the path,
syntheticDir = fullfile(toolboxdir('vision'), 'visiondemos','digits','synthetic');
handwrittenDir = fullfile(toolboxdir('vision'), 'visiondemos','digits','handwritten');
but there were no files named digits.
Also upon running,
trainingSet = imageSet(syntheticDir, 'recursive');
testSet = imageSet(handwrittenDir, 'recursive');
I got the following error : Undefined function 'imageSet' for input arguments of type 'char' .

Réponse acceptée

Anand
Anand le 3 Nov 2014
Modifié(e) : Anand le 3 Nov 2014
You're right, the imageSet function was not part of the 2013 releases.
You should instead use this version of the example from the older release:

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by