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
cv
ccm
Classes
|
Enumerations
cv::ccm Namespace Reference
Classes
class
ColorCorrectionModel
Core class of ccm model.
More...
Enumerations
enum
CCM_TYPE
{
CCM_3x3
,
CCM_4x3
}
Enum of the possible types of ccm.
More...
enum
COLOR_SPACE
{
COLOR_SPACE_sRGB
,
COLOR_SPACE_sRGBL
,
COLOR_SPACE_AdobeRGB
,
COLOR_SPACE_AdobeRGBL
,
COLOR_SPACE_WideGamutRGB
,
COLOR_SPACE_WideGamutRGBL
,
COLOR_SPACE_ProPhotoRGB
,
COLOR_SPACE_ProPhotoRGBL
,
COLOR_SPACE_DCI_P3_RGB
,
COLOR_SPACE_DCI_P3_RGBL
,
COLOR_SPACE_AppleRGB
,
COLOR_SPACE_AppleRGBL
,
COLOR_SPACE_REC_709_RGB
,
COLOR_SPACE_REC_709_RGBL
,
COLOR_SPACE_REC_2020_RGB
,
COLOR_SPACE_REC_2020_RGBL
,
COLOR_SPACE_XYZ_D65_2
,
COLOR_SPACE_XYZ_D65_10
,
COLOR_SPACE_XYZ_D50_2
,
COLOR_SPACE_XYZ_D50_10
,
COLOR_SPACE_XYZ_A_2
,
COLOR_SPACE_XYZ_A_10
,
COLOR_SPACE_XYZ_D55_2
,
COLOR_SPACE_XYZ_D55_10
,
COLOR_SPACE_XYZ_D75_2
,
COLOR_SPACE_XYZ_D75_10
,
COLOR_SPACE_XYZ_E_2
,
COLOR_SPACE_XYZ_E_10
,
COLOR_SPACE_Lab_D65_2
,
COLOR_SPACE_Lab_D65_10
,
COLOR_SPACE_Lab_D50_2
,
COLOR_SPACE_Lab_D50_10
,
COLOR_SPACE_Lab_A_2
,
COLOR_SPACE_Lab_A_10
,
COLOR_SPACE_Lab_D55_2
,
COLOR_SPACE_Lab_D55_10
,
COLOR_SPACE_Lab_D75_2
,
COLOR_SPACE_Lab_D75_10
,
COLOR_SPACE_Lab_E_2
,
COLOR_SPACE_Lab_E_10
}
enum
CONST_COLOR
{
COLORCHECKER_Macbeth
,
COLORCHECKER_Vinyl
,
COLORCHECKER_DigitalSG
}
Macbeth and Vinyl ColorChecker with 2deg D50.
More...
enum
DISTANCE_TYPE
{
DISTANCE_CIE76
,
DISTANCE_CIE94_GRAPHIC_ARTS
,
DISTANCE_CIE94_TEXTILES
,
DISTANCE_CIE2000
,
DISTANCE_CMC_1TO1
,
DISTANCE_CMC_2TO1
,
DISTANCE_RGB
,
DISTANCE_RGBL
}
Enum of possible functions to calculate the distance between colors.
More...
enum
INITIAL_METHOD_TYPE
{
INITIAL_METHOD_WHITE_BALANCE
,
INITIAL_METHOD_LEAST_SQUARE
}
Enum of the possible types of initial method.
More...
enum
LINEAR_TYPE
{
LINEARIZATION_IDENTITY
,
LINEARIZATION_GAMMA
,
LINEARIZATION_COLORPOLYFIT
,
LINEARIZATION_COLORLOGPOLYFIT
,
LINEARIZATION_GRAYPOLYFIT
,
LINEARIZATION_GRAYLOGPOLYFIT
}
Linearization transformation type.
More...
Generated on Mon Dec 21 2020 23:13:17 for OpenCV by
1.8.13