What object detention algorithms used by Open CV are patented?
I read here that the HAAR tree based detection might be covered by the patents:
http://rafaelmizrahi.blogspot.co.uk/2007/02/intel-opencv-face-detection-license.html
What other algorithms are patented? What about Local binary patters?
As far as I know, only surf and sift are patented.nonfree module.Please correct me if I am wrong.
@stereomatching thanks for your reply. Forgive my ignorance, what are SURF and SIFT? Are they used as part of any object detection algorithms?
Not 100% sure(I am far from an expert), as far as I know, surf and sift are features extraction and description algorithms, those features extract by surf, sift could be used to detect object, tracking, find homography matrix and so on.