Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can I detect rectangle objects with different interior?

Hello everyone

I am newbie - but I hope that my question will be understandable.

I would like to train classifier to detect rectangle objects. Problem is that these objects have different interiors - different colours, some pictures etc.

It is possible? How can I do that in the best way?

How can I set option, when I train my classifier, that interior is not important?

And BTW - why the ObjectMarker tool which is used when I train classifier (according to http://www.technolabsz.com/2011/08/how-to-do-opencv-haar-training.html) is not included in OpenCV for Windows?

Kind regards Chris

Can I detect rectangle objects with different interior?

Hello everyone

I am newbie - but I hope that my question will be understandable.

I would like to train classifier to detect rectangle objects. Problem is that these objects have different interiors - different colours, some pictures etc.

It is possible? How can I do that in the best way?

How can I set option, when I train my classifier, that interior is not important?

And BTW - why the ObjectMarker tool which is used when I train classifier (according to http://www.technolabsz.com/2011/08/how-to-do-opencv-haar-training.html) is not included in OpenCV for Windows?

Kind regards Chris

After edit (due to the comments):

Examples of pictures:

image description image description image description image description image description

I want to detect rectangles, e.g. the biggest one on the picture, I want to know its position (corners).

"the object detection tools / formats have changed significantly over the years"

Does this mean that ObjectMaker is no longer used? What would the training classifier procedure in my case? Can I find a more detailed description than on (http://docs.opencv.org/doc/user_guide/ug_traincascade.html)?

Thank you

Can I detect rectangle objects with different interior?

Hello everyone

I am newbie - but I hope that my question will be understandable.

I would like to train classifier to detect rectangle objects. Problem is that these objects have different interiors - different colours, some pictures etc.

It is possible? How can I do that in the best way?

How can I set option, when I train my classifier, that interior is not important?

And BTW - why the ObjectMarker tool which is used when I train classifier (according to http://www.technolabsz.com/2011/08/how-to-do-opencv-haar-training.html) is not included in OpenCV for Windows?

Kind regards Chris

After edit (due to the comments):

Examples of pictures:

image description image description image description image description image description

I want to detect rectangles, e.g. the biggest one on the picture, I want to know its position (corners).

"the object detection tools / formats have changed significantly over the years"

Does this mean that ObjectMaker is no longer used? What would the training classifier procedure in my case? Can I find a more detailed description than on (http://docs.opencv.org/doc/user_guide/ug_traincascade.html)?

Thank you