![]() |
OpenCV
4.6.0
Open Source Computer Vision
|
checker object More...
#include <opencv2/mcc/checker_model.hpp>
Public Member Functions | |
CChecker () | |
virtual | ~CChecker () |
virtual std::vector< Point2f > | getBox ()=0 |
virtual Point2f | getCenter ()=0 |
virtual Mat | getChartsRGB ()=0 |
virtual Mat | getChartsYCbCr ()=0 |
virtual float | getCost ()=0 |
virtual TYPECHART | getTarget ()=0 |
virtual void | setBox (std::vector< Point2f > _box)=0 |
virtual void | setCenter (Point2f _center)=0 |
virtual void | setChartsRGB (Mat _chartsRGB)=0 |
virtual void | setChartsYCbCr (Mat _chartsYCbCr)=0 |
virtual void | setCost (float _cost)=0 |
virtual void | setTarget (TYPECHART _target)=0 |
Static Public Member Functions | |
static Ptr< CChecker > | create () |
Create a new CChecker object. More... | |
checker object
This class contains the information about the detected checkers,i.e, their type, the corners of the chart, the color profile, the cost, centers chart, etc.
|
inline |
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |