Anh Nguyen
a9c92b6391
|
9 years ago | |
---|---|---|
.. | ||
adas | 10 years ago | |
aruco | 9 years ago | |
bgsegm | 10 years ago | |
bioinspired | 9 years ago | |
ccalib | 10 years ago | |
contrib_world | 10 years ago | |
cvv | 10 years ago | |
datasets | 9 years ago | |
dnn | 9 years ago | |
dnns_easily_fooled | 9 years ago | |
dpm | 9 years ago | |
face | 9 years ago | |
line_descriptor | 9 years ago | |
matlab | 9 years ago | |
optflow | 9 years ago | |
reg | 9 years ago | |
rgbd | 9 years ago | |
saliency | 9 years ago | |
stereo | 10 years ago | |
structured_light | 9 years ago | |
surface_matching | 9 years ago | |
text | 9 years ago | |
tracking | 9 years ago | |
xfeatures2d | 9 years ago | |
ximgproc | 9 years ago | |
xobjdetect | 10 years ago | |
xphoto | 9 years ago | |
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>
-
opencv_adas: Advanced Driver Assistance Systems module with Forward Collision Warning.
-
opencv_bgsegm: Improved Adaptive Background Mixture Model for Real-time Tracking / Visual Tracking of Human Visitors under Variable-Lighting Conditions.
-
opencv_bioinspired: Biologically inspired vision models and derivated tools.
-
opencv_ ccalib: Custom Calibration Pattern for 3D reconstruction.
-
opencv_cvv: GUI for Interactive Visual Debugging of Computer Vision Programs.
-
opencv_datasets: Interface for interfacing with existing computer vision databases.
-
opencv_datasettools: Tools for working with different datasets.
-
opencv_face: Recently added face recognition software which is not yet stabalized.
-
opencv_latentsvm: Implementation of the LatentSVM detector algorithm.
-
opencv_line_descriptor: Binary descriptors for lines extracted from an image.
-
opencv_matlab: OpenCV Matlab Code Generator.
-
opencv_optflow: Optical Flow Algorithms for tracking points.
-
opencv_reg: Image Registration module.
-
opencv_rgbd: RGB-Depth Processing module.
-
opencv_saliency: Saliency API, understanding where humans focus given a scene.
-
opencv_surface_matching: Surface Matching Algorithm Through 3D Features.
-
opencv_text: Scene Text Detection and Recognition in Natural Scene Images.
-
opencv_tracking: Long-term optical tracking API.
-
opencv_xfeatures2d: Extra 2D Features Framework containing experimental and non-free 2D feature algorithms.
-
opencv_ximgproc: Extended Image Processing: Structured Forests / Domain Transform Filter / Guided Filter / Adaptive Manifold Filter / Joint Bilateral Filter / Superpixels.
-
opencv_xobjdetect: Integral Channel Features Detector Framework.
-
opencv_xphoto: Additional photo processing algorithms: Color balance / Denoising / Inpainting.
-
opencv_stereo: Stereo Correspondence done with different descriptors: Census / CS-Census / MCT / BRIEF / MV / RT.