Ask Your Question
1

patent - FACE RECOGNITION

asked 2013-08-27 22:10:46 -0600

ERIOn gravatar image

updated 2013-08-28 02:07:40 -0600

It is well known in the OpenCV community that the Haar object detector, SIFT & SURF object recognition algorithms are patented.

My question if FACE RECOGNITION is patent-free and can I use it commercially?

Thanks & Kudos OpenCV!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-08-28 01:03:05 -0600

The only patented algorithms in openCV that cannot be used for commercial use are SIFT and SURF. Even then if it is for research or projects in an academic context, you can always apply for a free license with the owners of the patent.

Haar wavelet object detector, the technique of Viola & Jones is free to use as a face detection module, even in commercial applications, as is the face recognition algorithm based on fisher or eigenfaces.

edit flag offensive delete link more

Comments

2

One other comment: SIFT and SURF have patents, but it a) also depends on the application you'd like to use it b) depends also on the country it applies to. So, read the patents first!

Guanta gravatar imageGuanta ( 2013-08-28 03:22:36 -0600 )edit

What about OpenFace?

mhaghighat gravatar imagemhaghighat ( 2018-05-30 10:55:00 -0600 )edit

OpenFace is not an OpenCV repository. It is an apache license, which tells you what to do with it https://github.com/cmusatyalab/openfa...

StevenPuttemans gravatar imageStevenPuttemans ( 2018-05-31 08:20:23 -0600 )edit

Question Tools

Stats

Asked: 2013-08-27 22:10:46 -0600

Seen: 1,296 times

Last updated: Aug 28 '13