Ask Your Question

hson's profile - activity

2016-09-30 04:48:06 -0600 commented question StereoBW Class(using SIFT or SURF) is under BSD License??

I modified this question with example. plz consider that case.

2016-09-30 04:45:10 -0600 received badge  Editor (source)
2016-09-30 02:03:52 -0600 asked a question 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??