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.
 
 
 
 
 
 
Alexander Alekhin b83d965efd Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
..
alphamat Do not use = 0 for a cv::Mat. 4 years ago
aruco Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
barcode Merge pull request #2929 from SUSTech-OpenCV:bugfix-barcode 4 years ago
bgsegm Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
bioinspired Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
ccalib Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
cnn_3dobj remove executable bit for various files 4 years ago
cudaarithm [moved from opencv] cuda: fix inplace condition in cv::cuda::flip 4 years ago
cudabgsegm [moved from opencv] fix test failure on Jetson TX2 5 years ago
cudacodec Merge pull request #3001 from cudawarped:fix_cudacodec_wh 4 years ago
cudafeatures2d fixing return value of python bindings for cudafeatures2d methods 4 years ago
cudafilters [moved from opencv] remove danger race condition 4 years ago
cudaimgproc Fix CUDA GoodFeaturesToTrackDetector not threadsafe bug 4 years ago
cudalegacy [moved from opencv] fix peaky test failure 5 years ago
cudaobjdetect Merge pull request #2554 from nosajthenitram:2048_cuda_cascade_no_longer_available 5 years ago
cudaoptflow [moved from opencv] fix getDefaultName() 4 years ago
cudastereo Add CUDA Stereo Semi Global Matching 5 years ago
cudawarping Merge pull request #2396 from cudawarped:fix_python_cudawarping_cudaarithm 6 years ago
cudev Merge pull request #2805 from nglee:dev_gpumatnd1 4 years ago
cvv Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
datasets Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
dnn_objdetect remove executable bit for various files 4 years ago
dnn_superres dnn_superres: Fix arXiv URL typos in README.md 4 years ago
dnns_easily_fooled Removed trailing spaces 10 years ago
dpm Cleanup old TBB-related guards 7 years ago
face Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
freetype Merge pull request #2776 from Kumataro:master_freetype2_doc 5 years ago
fuzzy Merge pull request #2978 from berak:fix_fuzzy_memleak 4 years ago
hdf Fixed several incorrect printf format specifiers 7 years ago
hfs Fix typos 6 years ago
img_hash Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
intensity_transform build: xcode 12 support 5 years ago
julia Merge pull request #2994 from archit120:julia_phase1 4 years ago
line_descriptor build: eliminate build warnings 4 years ago
matlab cmake: process modules in the same CMake scope 4 years ago
mcc Merge pull request #2845 from kevineor:DeltaECIEDE2000-fix 4 years ago
optflow [moved from opencv] fix getDefaultName() 4 years ago
ovis ovis: allow using OGRE devel 4 years ago
phase_unwrapping Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
plot Add Objective-C/Swift wrappers for opencv_contrib modules 5 years ago
quality clamped BRISQUE output to 0-100 6 years ago
rapid rapid: add global optimal search implementation 4 years ago
reg Merge remote-tracking branch 'upstream/3.4' into merge-3.4 6 years ago
rgbd Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
saliency Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
sfm Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
shape shape: remove duplicate python test 6 years ago
stereo Merge pull request #2869 from dimitrisPs:QDS_getDisparity 4 years ago
structured_light Add Objective-C/Swift wrappers for opencv_contrib modules 5 years ago
superres Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
surface_matching Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
text Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
tracking Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
videostab Merge pull request #2424 from GArik:master 5 years ago
viz vtk 9.0 autoinit fix 4 years ago
wechat_qrcode Merge pull request #2972 from Channingss:date_type_fixer 4 years ago
xfeatures2d Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
ximgproc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
xobjdetect Merge remote-tracking branch 'upstream/3.4' into merge-3.4 6 years ago
xphoto Add Objective-C/Swift wrappers for opencv_contrib modules 5 years ago
README.md Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago

README.md

An overview of the opencv_contrib modules

This list gives an overview of all modules available inside the contrib repository. To turn off building one of these module repositories, set the names in bold below to

$ cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -D BUILD_opencv_<reponame>=OFF <opencv_source_directory>
  • alphamat: Computer Vision based Alpha Matting -- Given an input image and a trimap, generate an alpha matte.

  • aruco: ArUco and ChArUco Markers -- Augmented reality ArUco marker and "ChARUco" markers where ArUco markers embedded inside the white areas of the checker board.

  • bgsegm: Background segmentation algorithm combining statistical background image estimation and per-pixel Bayesian segmentation.

  • bioinspired: Biological Vision -- Biologically inspired vision model: minimize noise and luminance variance, transient event segmentation, high dynamic range tone mapping methods.

  • ccalib: Custom Calibration -- Patterns for 3D reconstruction, omnidirectional camera calibration, random pattern calibration and multi-camera calibration.

  • cnn_3dobj: Deep Object Recognition and Pose -- Uses Caffe Deep Neural Net library to build, train and test a CNN model of visual object recognition and pose.

  • cvv: Computer Vision Debugger -- Simple code that you can add to your program that pops up a GUI allowing you to interactively and visually debug computer vision programs.

  • datasets: Datasets Reader -- Code for reading existing computer vision databases and samples of using the readers to train, test and run using that dataset's data.

  • dnn_objdetect: Object Detection using CNNs -- Implements compact CNN Model for object detection. Trained using Caffe but uses opencv_dnn module.

  • dnn_superres: Superresolution using CNNs -- Contains four trained convolutional neural networks to upscale images.

  • dnns_easily_fooled: Subvert DNNs -- This code can use the activations in a network to fool the networks into recognizing something else.

  • dpm: Deformable Part Model -- Felzenszwalb's Cascade with deformable parts object recognition code.

  • face: Face Recognition -- Face recognition techniques: Eigen, Fisher and Local Binary Pattern Histograms LBPH methods.

  • freetype: Drawing text using freetype and harfbuzz.

  • fuzzy: Fuzzy Logic in Vision -- Fuzzy logic image transform and inverse; Fuzzy image processing.

  • hdf: Hierarchical Data Storage -- This module contains I/O routines for Hierarchical Data Format: https://en.m.wikipedia.org/wiki/Hierarchical_Data_Format meant to store large amounts of data.

  • julia: Julia language wrappers with samples and tests.

  • line_descriptor: Line Segment Extract and Match -- Methods of extracting, describing and matching line segments using binary descriptors.

  • matlab: Matlab Interface -- OpenCV Matlab Mex wrapper code generator for certain opencv core modules.

  • mcc: Macbeth Color Chart detector -- Find and return color patch location in MacBeth color calibration charts.

  • optflow: Optical Flow -- Algorithms for running and evaluating deepflow, simpleflow, sparsetodenseflow and motion templates (silhouette flow).

  • ovis: OGRE 3D Visualiser -- allows you to render 3D data using the OGRE 3D engine.

  • plot: Plotting -- The plot module allows you to easily plot data in 1D or 2D.

  • reg: Image Registration -- Pixels based image registration for precise alignment. Follows the paper "Image Alignment and Stitching: A Tutorial", by Richard Szeliski.

  • rgbd: RGB-Depth Processing module -- Linemod 3D object recognition; Fast surface normals and 3D plane finding. 3D visual odometry. 3d reconstruction using KinectFusion.

  • saliency: Saliency API -- Where humans would look in a scene. Has routines for static, motion and "objectness" saliency.

  • sfm: Structure from Motion -- This module contains algorithms to perform 3d reconstruction from 2d images. The core of the module is a light version of Libmv.

  • stereo: Stereo Correspondence -- Stereo matching done with different descriptors: Census / CS-Census / MCT / BRIEF / MV and dense stereo correspondence using Quasi Dense Stereo method.

  • structured_light: Structured Light Use -- How to generate and project gray code patterns and use them to find dense depth in a scene.

  • surface_matching: Point Pair Features -- Implements 3d object detection and localization using multimodal point pair features.

  • text: Visual Text Matching -- In a visual scene, detect text, segment words and recognise the text.

  • tracking: Vision Based Object Tracking -- Use and/or evaluate one of 5 different visual object tracking techniques.

  • xfeatures2d: Features2D extra -- Extra 2D Features Framework containing experimental and non-free 2D feature detector/descriptor algorithms. SURF, BRIEF, Censure, Freak, LUCID, Daisy, Self-similar.

  • ximgproc: Extended Image Processing -- Structured Forests / Domain Transform Filter / Guided Filter / Adaptive Manifold Filter / Joint Bilateral Filter / Superpixels / Ridge Detection Filter.

  • xobjdetect: Boosted 2D Object Detection -- Uses a Waldboost cascade and local binary patterns computed as integral features for 2D object detection.

  • xphoto: Extra Computational Photography -- Additional photo processing algorithms: Color balance / Denoising / Inpainting.