Skip to content

Commit 8fdf3e3

Browse files
committed
Minor fixes in documentation
1 parent 979b460 commit 8fdf3e3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

modules/README.md

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

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

55-
- **mcc**: Macbeth Color Chart detector -- Find and return color patch location in MacBeth color calibration charts.
56-
5755
- **optflow**: Optical Flow -- Algorithms for running and evaluating deepflow, simpleflow, sparsetodenseflow and motion templates (silhouette flow).
5856

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

modules/ccm/tutorials/basic_ccm/color_correction_model.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or make sure you check the ccm module in the GUI version of CMake: cmake-gui.
2828
Source Code of the sample
2929
-----------
3030

31-
The sample has two parts of code, the first is the color checker detector model, see details at @ref tutorial_mcc_basic_chart_detection, the second part is to make collor calibration.
31+
The sample has two parts of code, the first is the color checker detector model, the second part is to make color calibration.
3232

3333
```
3434
Here are the parameters for ColorCorrectionModel

0 commit comments

Comments
 (0)