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.
 
 
 
 
 
 
cbalint13 9d93d04589 Remove deprecated RST doc. 10 years ago
..
adas Doxygen documentation for all modules 10 years ago
bgsegm Doxygen documentation for all modules 10 years ago
bioinspired Doxygen documentation for all modules 10 years ago
ccalib Doxygen documentation for all modules 10 years ago
cvv Doxygen documentation for all modules 10 years ago
datasets Doxygen documentation for all modules 10 years ago
datasetstools Merge pull request #110 from StevenPuttemans/fix_contrib_README 11 years ago
face Doxygen documentation for all modules 10 years ago
latentsvm Doxygen documentation for all modules 10 years ago
line_descriptor Doxygen documentation for all modules 10 years ago
matlab Doxygen documentation for all modules 10 years ago
optflow Doxygen documentation for all modules 10 years ago
reg Doxygen documentation for all modules 10 years ago
rgbd Doxygen documentation for all modules 10 years ago
saliency Doxygen documentation for all modules 10 years ago
surface_matching Doxygen documentation for all modules 10 years ago
text Merge pull request #155 from nisargthakkar/Bug4074 10 years ago
tracking Merge pull request #109 from lenlen/tld_test_and_doc_update 10 years ago
xfeatures2d Remove deprecated RST doc. 10 years ago
ximgproc Doxygen documentation for all modules 10 years ago
xobjdetect Doxygen documentation for all modules 10 years ago
xphoto Doxygen documentation for all modules 10 years ago
README.md adding more clear documentation 11 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_datasettools: Tools for working with different datasets.

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

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

  9. opencv_matlab: OpenCV Matlab Code Generator.

  10. opencv_optflow: Optical Flow Algorithms for tracking points.

  11. opencv_reg: Image Registration module.

  12. opencv_rgbd: RGB-Depth Processing module.

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

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

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

  16. opencv_tracking: Long-term optical tracking API.

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

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

  19. opencv_xobjdetect: Integral Channel Features Detector Framework.

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