Loading [MathJax]/extensions/MathZoom.js
OpenCV
4.12.0-dev
4.11.0
5.0.0-pre
5.0.0alpha
4.10.0
4.9.0
4.8.0
4.7.0
4.6.0
4.5.5
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.0
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.4.20-dev
3.4.20
3.4.19
3.4.18
3.4.17
3.4.16
3.4.15
3.4.14
3.4.13
3.4.12
3.4.11
3.4.10
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
Open Source Computer Vision
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Classes
Class List
Class Index
+
Files
Files index
+
Global objects
+
All
_
a
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
+
Functions
_
a
c
h
m
n
p
u
Variables
+
Typedefs
c
i
n
s
u
v
Enumerations
+
Enumerator
c
n
+
Macros
_
c
d
f
g
h
i
l
m
n
o
r
s
t
u
v
Examples
Java documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
opencv2
mcc
Classes
|
Namespaces
|
Enumerations
ccm.hpp File Reference
#include <
opencv2/core.hpp
>
#include <
opencv2/imgproc.hpp
>
Classes
class
cv::ccm::ColorCorrectionModel
Core class of ccm model.
More...
Namespaces
cv
"black box" representation of the file storage associated with a file on disk.
cv::ccm
Enumerations
enum
cv::ccm::CCM_TYPE
{
cv::ccm::CCM_3x3
,
cv::ccm::CCM_4x3
}
Enum of the possible types of ccm.
More...
enum
cv::ccm::COLOR_SPACE
{
cv::ccm::COLOR_SPACE_sRGB
,
cv::ccm::COLOR_SPACE_sRGBL
,
cv::ccm::COLOR_SPACE_AdobeRGB
,
cv::ccm::COLOR_SPACE_AdobeRGBL
,
cv::ccm::COLOR_SPACE_WideGamutRGB
,
cv::ccm::COLOR_SPACE_WideGamutRGBL
,
cv::ccm::COLOR_SPACE_ProPhotoRGB
,
cv::ccm::COLOR_SPACE_ProPhotoRGBL
,
cv::ccm::COLOR_SPACE_DCI_P3_RGB
,
cv::ccm::COLOR_SPACE_DCI_P3_RGBL
,
cv::ccm::COLOR_SPACE_AppleRGB
,
cv::ccm::COLOR_SPACE_AppleRGBL
,
cv::ccm::COLOR_SPACE_REC_709_RGB
,
cv::ccm::COLOR_SPACE_REC_709_RGBL
,
cv::ccm::COLOR_SPACE_REC_2020_RGB
,
cv::ccm::COLOR_SPACE_REC_2020_RGBL
,
cv::ccm::COLOR_SPACE_XYZ_D65_2
,
cv::ccm::COLOR_SPACE_XYZ_D65_10
,
cv::ccm::COLOR_SPACE_XYZ_D50_2
,
cv::ccm::COLOR_SPACE_XYZ_D50_10
,
cv::ccm::COLOR_SPACE_XYZ_A_2
,
cv::ccm::COLOR_SPACE_XYZ_A_10
,
cv::ccm::COLOR_SPACE_XYZ_D55_2
,
cv::ccm::COLOR_SPACE_XYZ_D55_10
,
cv::ccm::COLOR_SPACE_XYZ_D75_2
,
cv::ccm::COLOR_SPACE_XYZ_D75_10
,
cv::ccm::COLOR_SPACE_XYZ_E_2
,
cv::ccm::COLOR_SPACE_XYZ_E_10
,
cv::ccm::COLOR_SPACE_Lab_D65_2
,
cv::ccm::COLOR_SPACE_Lab_D65_10
,
cv::ccm::COLOR_SPACE_Lab_D50_2
,
cv::ccm::COLOR_SPACE_Lab_D50_10
,
cv::ccm::COLOR_SPACE_Lab_A_2
,
cv::ccm::COLOR_SPACE_Lab_A_10
,
cv::ccm::COLOR_SPACE_Lab_D55_2
,
cv::ccm::COLOR_SPACE_Lab_D55_10
,
cv::ccm::COLOR_SPACE_Lab_D75_2
,
cv::ccm::COLOR_SPACE_Lab_D75_10
,
cv::ccm::COLOR_SPACE_Lab_E_2
,
cv::ccm::COLOR_SPACE_Lab_E_10
}
enum
cv::ccm::CONST_COLOR
{
cv::ccm::COLORCHECKER_Macbeth
,
cv::ccm::COLORCHECKER_Vinyl
,
cv::ccm::COLORCHECKER_DigitalSG
}
Macbeth and Vinyl ColorChecker with 2deg D50.
More...
enum
cv::ccm::DISTANCE_TYPE
{
cv::ccm::DISTANCE_CIE76
,
cv::ccm::DISTANCE_CIE94_GRAPHIC_ARTS
,
cv::ccm::DISTANCE_CIE94_TEXTILES
,
cv::ccm::DISTANCE_CIE2000
,
cv::ccm::DISTANCE_CMC_1TO1
,
cv::ccm::DISTANCE_CMC_2TO1
,
cv::ccm::DISTANCE_RGB
,
cv::ccm::DISTANCE_RGBL
}
Enum of possible functions to calculate the distance between colors.
More...
enum
cv::ccm::INITIAL_METHOD_TYPE
{
cv::ccm::INITIAL_METHOD_WHITE_BALANCE
,
cv::ccm::INITIAL_METHOD_LEAST_SQUARE
}
Enum of the possible types of initial method.
More...
enum
cv::ccm::LINEAR_TYPE
{
cv::ccm::LINEARIZATION_IDENTITY
,
cv::ccm::LINEARIZATION_GAMMA
,
cv::ccm::LINEARIZATION_COLORPOLYFIT
,
cv::ccm::LINEARIZATION_COLORLOGPOLYFIT
,
cv::ccm::LINEARIZATION_GRAYPOLYFIT
,
cv::ccm::LINEARIZATION_GRAYLOGPOLYFIT
}
Linearization transformation type.
More...
Generated on Mon Dec 21 2020 23:13:09 for OpenCV by
1.8.13