Skip to content

Commit 4ed2c37

Browse files
committed
Merge pull request #3064 from sturkmen72:patch-2
2 parents edcca75 + a7b3801 commit 4ed2c37

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

modules/README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ $ cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -D BUILD_opencv_<r
1212

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

15+
- **barcode**: Barcode detecting and decoding methods.
16+
1517
- **bgsegm**: Background segmentation algorithm combining statistical background image estimation and per-pixel Bayesian segmentation.
1618

1719
- **bioinspired**: Biological Vision -- Biologically inspired vision model: minimize noise and luminance variance, transient event segmentation, high dynamic range tone mapping methods.
@@ -40,6 +42,12 @@ $ cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -D BUILD_opencv_<r
4042

4143
- **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.
4244

45+
- **hfs**: Hierarchical Feature Selection for Efficient Image Segmentation -- This module contains an efficient algorithm to segment an image.
46+
47+
- **img_hash**: This module contains algorithms to extract hash of an image allowing to efficiently estimate similarity between images.
48+
49+
- **intensity_transform**: The module brings implementations of intensity transformation algorithms to adjust image contrast.
50+
4351
- **julia**: Julia language wrappers with samples and tests.
4452

4553
- **line_descriptor**: Line Segment Extract and Match -- Methods of extracting, describing and matching line segments using binary descriptors.
@@ -52,8 +60,14 @@ $ cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -D BUILD_opencv_<r
5260

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

63+
- **phase_unwrapping**: Quality-guided phase unwrapping.
64+
5565
- **plot**: Plotting -- The plot module allows you to easily plot data in 1D or 2D.
5666

67+
- **quality**: Image Quality Analysis (IQA) API.
68+
69+
- **rapid**: Silhouette based 3D object tracking.
70+
5771
- **reg**: Image Registration -- Pixels based image registration for precise alignment. Follows the paper "Image Alignment and Stitching: A Tutorial", by Richard Szeliski.
5872

5973
- **rgbd**: RGB-Depth Processing module -- Linemod 3D object recognition; Fast surface normals and 3D plane finding. 3D visual odometry. 3d reconstruction using KinectFusion.
@@ -62,15 +76,25 @@ $ cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -D BUILD_opencv_<r
6276

6377
- **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.
6478

79+
- **shape**: Shape Distance and Matching
80+
6581
- **stereo**: Stereo Correspondence -- Stereo matching done with different descriptors: Census / CS-Census / MCT / BRIEF / MV and dense stereo correspondence using Quasi Dense Stereo method.
6682

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

85+
- **superres**: Super Resolution
86+
6987
- **surface_matching**: Point Pair Features -- Implements 3d object detection and localization using multimodal point pair features.
7088

71-
- **text**: Visual Text Matching -- In a visual scene, detect text, segment words and recognise the text.
89+
- **text**: Scene Text Detection and Recognition -- This module contains algorithms to perform text detection, words segmentation and text recognition in a visual scene.
90+
91+
- **tracking**: Vision Based Object Tracking -- Use and/or evaluate different visual object tracking techniques.
92+
93+
- **videostab**: Video Stabilization
94+
95+
- **viz**: 3D Visualizer
7296

73-
- **tracking**: Vision Based Object Tracking -- Use and/or evaluate one of 5 different visual object tracking techniques.
97+
- **wechat_qrcode**: WeChat QR code detector for detecting and parsing QR code.
7498

7599
- **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.
76100

0 commit comments

Comments
 (0)