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 ..
2 | No.2 Revision |
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.
3 | No.3 Revision |
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.
4 | No.4 Revision |
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.
5 | No.5 Revision |
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.