Is Digit Classification Using HOG Features example only available in the 2014 version?
2 次查看(过去 30 天)
显示 更早的评论
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' .
I'm trying to attempt this example, http://www.mathworks.in/help/vision/examples/digit-classification-using-hog-features.html
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!