# opencv_contrib **Repository Path**: wangl1259/opencv_contrib ## Basic Information - **Project Name**: opencv_contrib - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-11 - **Last Updated**: 2022-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cmake -D OPENCV_EXTRA_MODULES_PATH=./../opencv_contrib-3.4.1/modules/ .. cmake -DENABLE_PRECOMPILED_HEADERS=OFF -D CMAKE_BUILD_TYPE=Release -DBUILD_TIFF=ON -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=/home/airobot/opencv-3.4.3/opencv_contrib-3.4.3/modules/ .. ## OpenCV: Open Source Computer Vision Library ### Resources * Homepage: * Docs: * Q&A forum: * Issue tracking: ### Contributing Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request. #### Summary of the guidelines: * One pull request per issue; * Choose the right base branch; * Include tests and documentation; * Clean up "oops" commits before submitting; * Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).