How to use trained SVM classifier with vision.ObjectDetector?
Ältere Kommentare anzeigen
I want to train a SVM classifier (say using classifier = fitcecoc(trainingFeatures, trainingLabels);). Feature type is not currently important, say HoG. Then I want to use this classifier for object detection. I don't want to use the system vision.CascadeObjectDetector as this is a decision tree based detector that doesn't return confidence values per object proposal. Is there an alternative that I have missed? Any proposals will be greatly appreciated.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Support Vector Machine Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!