OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::face::FacemarkLBF::BBox クラス

#include <opencv2/face/facemarkLBF.hpp>

Collaboration diagram for cv::face::FacemarkLBF::BBox:

公開メンバ関数

 BBox ()
 
 BBox (double x, double y, double w, double h)
 
 ~BBox ()
 
Mat project (const Mat &shape) const
 
Mat reproject (const Mat &shape) const
 

公開変数類

double height
 
double width
 
double x
 
double x_center
 
double x_scale
 
double y
 
double y_center
 
double y_scale
 

構築子と解体子の詳解

◆ BBox() [1/2]

cv::face::FacemarkLBF::BBox::BBox ( )

◆ ~BBox()

cv::face::FacemarkLBF::BBox::~BBox ( )

◆ BBox() [2/2]

cv::face::FacemarkLBF::BBox::BBox ( double x,
double y,
double w,
double h )

メンバ関数詳解

◆ project()

Mat cv::face::FacemarkLBF::BBox::project ( const Mat & shape) const

◆ reproject()

Mat cv::face::FacemarkLBF::BBox::reproject ( const Mat & shape) const

メンバ変数詳解

◆ height

double cv::face::FacemarkLBF::BBox::height

◆ width

double cv::face::FacemarkLBF::BBox::width

◆ x

double cv::face::FacemarkLBF::BBox::x

◆ x_center

double cv::face::FacemarkLBF::BBox::x_center

◆ x_scale

double cv::face::FacemarkLBF::BBox::x_scale

◆ y

double cv::face::FacemarkLBF::BBox::y

◆ y_center

double cv::face::FacemarkLBF::BBox::y_center

◆ y_scale

double cv::face::FacemarkLBF::BBox::y_scale

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