Star Detector, BRIEF and FREAK listed in nonfree modules [closed]
Looking for information on the aforementioned detectors, I noticed they are listed in the "Non-free 2D Features Algorithms" section of the OpenCV docs. See: http://docs.opencv.org/trunk/modules/xfeatures2d/doc/extra_features.html
I thought only SURF and SIFT were non-free... Could someone confirm the info? It might be only an error in the title of the section, though!
Mmm, maybe they have a different licence, but I don't know either.
If you look at the http://docs.opencv.org/index.html and click on non free modules (http://docs.opencv.org/modules/nonfree/doc/nonfree.html), only SURF and SIFT are non free. Your guess of a different licence seems plausible, but working for a small company I can't afford copyright infringement... ;)
Actually as I see it, there is simply a typo in the titel here. xfeatures2d stands for experimental features 2d, though nonfree moved to that module. http://docs.opencv.org/trunk/modules/xfeatures2d/doc/xfeatures2d.html So basically the first title is wrong and second one is correct. I will add a pull request in the near future to fix this.
https://github.com/Itseez/opencv_contrib/pull/85 here is the solution! Thank you for the report.
Pull request submitted. This can be marked as solved.