OpenCV
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Mcc

Detailed Description

Classes

class  cv::mcc::CChecker
 checker object More...
 
class  cv::mcc::CCheckerDetector
 A class to find the positions of the ColorCharts in the image. More...
 
struct  cv::mcc::DetectorParametersMCC
 struct DetectorParametersMCC is used by CCheckerDetector More...
 

Enumerations

enum  cv::mcc::ColorChart {
  cv::mcc::MCC24 = 0 ,
  cv::mcc::SG140 ,
  cv::mcc::VINYL18
}
 enum to hold the type of the checker More...
 

Enumeration Type Documentation

◆ ColorChart

#include <opencv2/objdetect/mcc_checker_detector.hpp>

enum to hold the type of the checker

ColorChart

Enumerator
MCC24 
Python: cv.mcc.MCC24

Standard Macbeth Chart with 24 squares.

SG140 
Python: cv.mcc.SG140

DigitalSG with 140 squares.

VINYL18 
Python: cv.mcc.VINYL18

DKK color chart with 12 squares and 6 rectangle.