Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Maksim Shabunin 9c80c40c36 Fixed sfm module static build 9 years ago
..
aruco Fixed HAL headers location 9 years ago
bgsegm Merge pull request #185 from mshabunin/remove-docs 10 years ago
bioinspired Complex issue around const valarray indexing 10 years ago
ccalib remove warnings 10 years ago
cnn_3dobj modify background images and a backward view 10 years ago
contrib_world Added opencv_contrib_world module and fixed some compilation warnings on iOS 10 years ago
cvv Merge pull request #436 from fran6co:patch-1 10 years ago
datasets Merge pull request #378 from rmekdma:lfw_db 9 years ago
dnn cmake: DOWNLOAD_EXTERNAL_TEST_DATA option 10 years ago
dnns_easily_fooled Removed trailing spaces 10 years ago
dpm Merge pull request #448 from stoneyang:stone_port 10 years ago
face Custom handling of FaceRecognizer results 10 years ago
fuzzy Fuzzy module added 10 years ago
hdf Add HDF module & implement HDF version 5 I/O. 10 years ago
line_descriptor Fix subpixel precision issue and compute line points in original image size 10 years ago
matlab Fixed the issue #5032 10 years ago
optflow Fixed HAL headers location 9 years ago
plot Kept only opencv2/core.hpp in opencv2/plot.hpp. Moved all other includes to precomp.hpp. 10 years ago
reg Trying to fix some tests 10 years ago
rgbd Merge pull request #132 from pokeefe:add-rgbd-registration-function 10 years ago
saliency Fixed warnings for XCode 7.1.1 and cmake 3.3.2, rewrote one method in sliency to avoid clang 7.0.0 crash 10 years ago
sfm Fixed sfm module static build 9 years ago
stereo updated includes for clarity 10 years ago
structured_light remove viz/vk dependancy 10 years ago
surface_matching Merge pull request #275 from FelixMartel:master 10 years ago
text text python bindings 10 years ago
tracking Merge pull request #449 from Audenrith:EnableAccessToUKFErrorCovariance 10 years ago
xfeatures2d Fixed HAL headers location 9 years ago
ximgproc Fixed HAL headers location 9 years ago
xobjdetect fix 10 years ago
xphoto Fixed HAL headers location 9 years ago
README.md added a short fuzzy module description to modules/README.md 10 years ago

README.md

An overview of the contrib modules and a small explanation

This list gives an overview of all modules available inside the contrib repository. These are also the correct names for disabling the building of a specific module by adding

$ cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -D BUILD_opencv_reponame=OFF <opencv_source_directory>
  1. opencv_adas: Advanced Driver Assistance Systems module with Forward Collision Warning.

  2. opencv_bgsegm: Improved Adaptive Background Mixture Model for Real-time Tracking / Visual Tracking of Human Visitors under Variable-Lighting Conditions.

  3. opencv_bioinspired: Biologically inspired vision models and derivated tools.

  4. opencv_ ccalib: Custom Calibration Pattern for 3D reconstruction.

  5. opencv_cvv: GUI for Interactive Visual Debugging of Computer Vision Programs.

  6. opencv_datasets: Interface for interfacing with existing computer vision databases.

  7. opencv_datasettools: Tools for working with different datasets.

  8. opencv_face: Recently added face recognition software which is not yet stabalized.

  9. opencv_latentsvm: Implementation of the LatentSVM detector algorithm.

  10. opencv_line_descriptor: Binary descriptors for lines extracted from an image.

  11. opencv_matlab: OpenCV Matlab Code Generator.

  12. opencv_optflow: Optical Flow Algorithms for tracking points.

  13. opencv_reg: Image Registration module.

  14. opencv_rgbd: RGB-Depth Processing module.

  15. opencv_saliency: Saliency API, understanding where humans focus given a scene.

  16. opencv_surface_matching: Surface Matching Algorithm Through 3D Features.

  17. opencv_text: Scene Text Detection and Recognition in Natural Scene Images.

  18. opencv_tracking: Long-term optical tracking API.

  19. opencv_xfeatures2d: Extra 2D Features Framework containing experimental and non-free 2D feature algorithms.

  20. opencv_ximgproc: Extended Image Processing: Structured Forests / Domain Transform Filter / Guided Filter / Adaptive Manifold Filter / Joint Bilateral Filter / Superpixels.

  21. opencv_xobjdetect: Integral Channel Features Detector Framework.

  22. opencv_xphoto: Additional photo processing algorithms: Color balance / Denoising / Inpainting.

  23. opencv_stereo: Stereo Correspondence done with different descriptors: Census / CS-Census / MCT / BRIEF / MV.

  24. opencv_hdf: Hierarchical Data Format I/O.

  25. opencv_fuzzy: New module focused on the fuzzy image processing.