1 | initial version |
in cmake uou must add on command line (or set checkbox in cmake-gui) -DBUILD_PERF_TESTS:BOOL=ON -DBUILD_TESTS:BOOL=ON
2 | No.2 Revision |
in cmake uou you must add on command line (or set checkbox in cmake-gui) -DBUILD_PERF_TESTS:BOOL=ON -DBUILD_TESTS:BOOL=ON
3 | No.3 Revision |
in cmake you must add on the command line (or set checkbox in cmake-gui) -DBUILD_PERF_TESTS:BOOL=ON -DBUILD_TESTS:BOOL=ON
4 | No.4 Revision |
in cmake you must add on the command line (or set checkbox in cmake-gui) -DBUILD_PERF_TESTS:BOOL=ON -DBUILD_TESTS:BOOL=ON-DBUILD_TESTS:BOOL=ON and rebuild opencv. in build repo you will be able to find opencv_perf* or opencv_test executable
5 | No.5 Revision |
in cmake you must add on the command line (or set checkbox in cmake-gui) -DBUILD_PERF_TESTS:BOOL=ON -DBUILD_TESTS:BOOL=ON and rebuild opencv. in In build repo you will be able to find opencv_perf* or opencv_test opencv_test* executable