StereoBW Class(using SIFT or SURF) is under BSD License??

asked 2016-09-30 02:00:16 -0600

hson gravatar image

updated 2016-09-30 04:49:35 -0600

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

edit retag flag offensive close merge delete

Comments

1

yes, StereoBW is bsd licensed.

berak gravatar imageberak ( 2016-09-30 02:04:32 -0600 )edit

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

Vintez gravatar imageVintez ( 2016-09-30 02:33:29 -0600 )edit

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

hson gravatar imagehson ( 2016-09-30 04:48:06 -0600 )edit

Are you mentioning features2d.hpp? I dont't think that features3d.hpp exists, sorry if I am wrong beside of that, again to your alternative Question look Here

Vintez gravatar imageVintez ( 2016-09-30 04:57:11 -0600 )edit
1

Did you mean StereoBM? That has no connection to SIFT or SURF.

Der Luftmensch gravatar imageDer Luftmensch ( 2016-09-30 06:42:11 -0600 )edit