1 | initial version |
4.0.0-alpha
that's older than the contrib modules.
you need exactly the same version for opencv and contrib.
please update your main opencv repo to the master branch
2 | No.2 Revision |
4.0.0-alpha
that's older than the contrib modules.
you need exactly the same version for opencv and contrib.
please update your main opencv repo to the master branch
you should see "4.1.0-dev" in the cmake output.
3 | No.3 Revision |
4.0.0-alpha
that's older than the contrib modules.
you need exactly the same version for opencv and contrib.
please update your main opencv repo to the master branch (then rerun cmake, ofc.)
you should see "4.1.0-dev" in the cmake output.
4 | No.4 Revision |
4.0.0-alpha
that's older than the contrib modules.
you need exactly the same version for opencv and contrib.
please update your main opencv repo to the master branch (then rerun cmake, ofc.)
you should see "4.1.0-dev" in the cmake output.
then, please disable the opencv_world module, when building with contrib:
cmake -DBUILD_opencv_world=OFF