How can I show the values from vision.CascadeObjectDetector?
1 次查看(过去 30 天)
显示 更早的评论
Previously I have made a program using the viola jones taken from vision.CascadeObjectDetector and the program been able to run well. But then I was asked by my lecturer to display each value of a primary key that is used by methods viola jones such as haar feature, integral image, adaboost learning and cascade classifier. How can I show these values if I build a program using vision.CascadeObjectDetector? I'm really need help to solve these problems
0 个评论
回答(1 个)
NAVNEET NAYAN
2017-3-23
hello Alvindra, what i know about vision.CascadeObjectDetector is u can only change it's parameters like classification model, scale factor, merge threshold etc. To know the values of primary keys you have to do step by step implementation of Viola Jones, like extraction of features, formation of integral image, cascading of classifiers etc., then you will be getting these values. you should see the references given in 'Help' 'vision.CascadeObjectDetector', mainly following paper for step by step implementation :- Viola, Paul and Michael J. Jones, "Rapid Object Detection using a Boosted Cascade of Simple Features", Proceedings of the 2001 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 2001. Volume: 1, pp.511–518. Since, vision.CascadeObjectDetector is a combined packet of all these steps,u can't get it directly. This is what I know about your question.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!