Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It 's better to install with officiel source.

DL officiel source and get extra source here: https://github.com/opencv/opencv_contrib

to compile with extra module chnage cmake command by: cmake -DOPENCV_EXTRA_MODULES_PATH=./opencv_contrib/modules ..

It 's better to install with officiel source.

DL officiel source and get extra source here: https://github.com/opencv/opencv_contrib

to compile with extra module chnage cmake command by: cmake -DOPENCV_EXTRA_MODULES_PATH=./opencv_contrib/modules ..

work good on OSX all version.

It 's better to install with officiel source.

DL officiel source and get extra source here: https://github.com/opencv/opencv_contrib

to compile with extra module chnage cmake command by: cmake -DOPENCV_EXTRA_MODULES_PATH=./opencv_contrib/modules ..

work good on OSX all version.version. If you have compilation error it's because you miss third library, use port on OSX to install these library.

It 's better to install with officiel source.

DL officiel source and get extra source here: https://github.com/opencv/opencv_contrib

to compile with extra module chnage change cmake command by: by:

cmake -DOPENCV_EXTRA_MODULES_PATH=./opencv_contrib/modules ..

..

work good on OSX all version. If you have compilation error it's because you miss third library, use port on OSX to install these library.

It 's better to install with officiel source.

DL officiel source and get extra source here: https://github.com/opencv/opencv_contrib

to compile with extra module change cmake command by:

cmake -DOPENCV_EXTRA_MODULES_PATH=./opencv_contrib/modules ..

work good on OSX all version. If you have compilation error it's because you miss third library, use port on OSX or apt-get install on linux to install these library.