You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice if the project could be built using the current release of OpenCV, as it has changed with respect to nonfree components of the library. Patented features such as SURF have now been moved to https://github.com/Itseez/opencv_contrib, and are thus no longer shipped with the standard Debian package. In 2.4.9, you must enable the BUILD_opencv_nonfree flag when compiling. Also, portions of the old C API have also changed in newer versions of OpenCV as well (>2.4.9). It would be nice to refactor a little to permit compilation without building and old version of OpenCV from source.
The text was updated successfully, but these errors were encountered:
It'd be nice if the project could be built using the current release of OpenCV, as it has changed with respect to nonfree components of the library. Patented features such as SURF have now been moved to https://github.com/Itseez/opencv_contrib, and are thus no longer shipped with the standard Debian package. In 2.4.9, you must enable the BUILD_opencv_nonfree flag when compiling. Also, portions of the old C API have also changed in newer versions of OpenCV as well (>2.4.9). It would be nice to refactor a little to permit compilation without building and old version of OpenCV from source.
The text was updated successfully, but these errors were encountered: