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??
↧