OpenCV453
公開メンバ関数 | 静的公開メンバ関数 | 全メンバ一覧
cv::mcc::CChecker クラスabstract

checker object [詳解]

#include <checker_model.hpp>

公開メンバ関数

virtual CV_WRAP void setTarget (TYPECHART _target)=0
 
virtual CV_WRAP void setBox (std::vector< Point2f > _box)=0
 
virtual CV_WRAP void setChartsRGB (Mat _chartsRGB)=0
 
virtual CV_WRAP void setChartsYCbCr (Mat _chartsYCbCr)=0
 
virtual CV_WRAP void setCost (float _cost)=0
 
virtual CV_WRAP void setCenter (Point2f _center)=0
 
virtual CV_WRAP TYPECHART getTarget ()=0
 
virtual CV_WRAP std::vector< Point2fgetBox ()=0
 
virtual CV_WRAP Mat getChartsRGB ()=0
 
virtual CV_WRAP Mat getChartsYCbCr ()=0
 
virtual CV_WRAP float getCost ()=0
 
virtual CV_WRAP Point2f getCenter ()=0
 

静的公開メンバ関数

static CV_WRAP Ptr< CCheckercreate ()
 Create a new CChecker object. [詳解]
 

詳解

checker object

CChecker

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.

関数詳解

◆ create()

static CV_WRAP Ptr< CChecker > cv::mcc::CChecker::create ( )
static

Create a new CChecker object.

戻り値
A pointer to the implementation of the CChecker

このクラス詳解は次のファイルから抽出されました: