Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Patents in OpenCV

Hi all,

It was my understanding from previous posts (e.g., here) that algorithms that are potentially patented were included in nonfree module (till OpenCV 3.0) or a separate opencv_contrib repo (starting OpenCV 3.0). However, I just found out that the Haar cascade algorithm for face detection included in the objdetect module in OpenCV 3.0 is patented. So, a couple of questions:

  1. Is Haar cascade object detection the only algorithm remaining in the main repo in OpenCV 3.0 that has patent issues? Or, do users need to check every algorithm in OpenCV 3.0 main repo for potential patent infringement?

  2. I see here that one may still use the face detection feature in OpenCV 3.0 without patent infringement. Is this accurate?

Thanks!