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

最適化レポート。続き...

#include <opencv2/geometry/3d.hpp>

Collaboration diagram for cv::LevMarq::Report:

公開メンバ関数

 Report (bool isFound, int nIters, double finalEnergy)
 

公開変数類

double energy
 
bool found
 
int iters
 

詳細説明

最適化レポート。

この構造体は最適化が完了したときに返される。

構築子と解体子の詳解

◆ Report()

cv::LevMarq::Report::Report ( bool isFound,
int nIters,
double finalEnergy )
inline

メンバ変数詳解

◆ energy

double cv::LevMarq::Report::energy

◆ found

bool cv::LevMarq::Report::found

◆ iters

int cv::LevMarq::Report::iters

この構造体詳解は次のファイルから抽出されました: