Ask Your Question

sanok's profile - activity

2012-11-27 12:35:55 -0600 received badge  Teacher (source)
2012-11-26 08:11:45 -0600 answered a question Cascade Classifier in commercial app

It depends on country. Despite OpenCV itself is under BSD licence, some algorithms are patented hence there are limitation on using it in countries where algorithms can be patented (USA for example).

But Haar Feature-based Cascade Classifier seems to be free everywhere.

See for example: http://docs.opencv.org/modules/nonfree/doc/nonfree.html

2012-11-20 02:59:13 -0600 asked a question cv::PlanarObjectDetection in OpenCV 2.4.

Why PlanarObjectDetector is obsolete (moved to legacy in OpenCV 2.4)? What better to use instead?