OpenCV 4.5.3(日本語機械翻訳)
公開メンバ関数 | 静的公開メンバ関数 | 全メンバ一覧
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< Point2f > getBox ()=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< CChecker > create ()
新規作成CCheckerオブジェクトを作成します。[【詳解】(英語]

詳解

checkerオブジェクト

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

新規作成CCheckerオブジェクトを作成します。

戻り値
の実装へのポインタです。CChecker

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