OpenCV  4.7.0-dev
Open Source Computer Vision
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...