Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You will have to use classification approach towards the object detection in PCB.Either you can use Haar Cascade but i believe here is gonna be too much false positive in haar cascade detection. Another option is you will have to use some image processing techniques(do a little literature survey) and after use some state of the art classifiers like random forest or svm or any other.In my opinion template matching might not be very robust. :)