Pages : 1
#1 Le 29/10/2017, à 20:45
- bird12358
Installation Opencv_contrib
Bonjour,
Je cherche à installer opencc_contrib. J'ai installer les sources opencv 3.2 et maintenant je voudrais utiliser un module de opencv_contrib.
J'ai donc télécharger opencv_contrib et j'ai fait:
mkdir build
cd build
cmake ..
Et j'ai cette erreur:
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:2 (ocv_define_module):
Unknown CMake command "ocv_define_module".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.5)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/home/xavier/Bureau/dev/opencv_contrib/modules/tracking/CMakeFiles/CMakeOutput.log".
Quelqu'un pourrait m'aider?
Hors ligne
Pages : 1