Loading...
Searching...
No Matches
cv::mcc::CChecker Class Referenceabstract
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. | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ CChecker()
|
inline |
◆ ~CChecker()
|
inlinevirtual |
Member Function Documentation
◆ create()
◆ getBox()
|
pure virtual |
◆ getCenter()
|
pure virtual |
◆ getChartsRGB()
|
pure virtual |
◆ getChartsYCbCr()
|
pure virtual |
◆ getCost()
|
pure virtual |
◆ getTarget()
|
pure virtual |
◆ setBox()
|
pure virtual |
◆ setCenter()
|
pure virtual |
◆ setChartsRGB()
|
pure virtual |
◆ setChartsYCbCr()
|
pure virtual |
◆ setCost()
|
pure virtual |
◆ setTarget()
|
pure virtual |
The documentation for this class was generated from the following file:
- opencv2/mcc/checker_model.hpp