StereoBW Class(using SIFT or SURF) is under BSD License??
Hello.
I would like to use OpenCV in the commerical program using Stereo Camera.
Although the OpenCV is released under a BSD license, some parts of it are non-free.(i.e. SIFT, SURF).
For this reason, I wonder if that also use the StereoBW class.(in calib3d.hpp)
Addionally.... Is there anything else other than SIFT or SURF?
------------------ added 16.09.30
I saw surf feature detector in "feature3d.hpp".
And, this file was included in "cali3d.hpp" having StereoBW class.
In this case, Using the StereoBW class is under BSD license??
yes, StereoBW is bsd licensed.
Anything else than SIFT or SURF would be ORB, FREAK, BRISK but that depends of what you really want to achieve I think I dont know very much about them
I modified this question with example. plz consider that case.
Are you mentioning
features2d.hpp
? I dont't think thatfeatures3d.hpp
exists, sorry if I am wrong beside of that, again to your alternative Question look HereDid you mean StereoBM? That has no connection to SIFT or SURF.