Struct cv::LevMarq::Report#

Optimization report. View details

Collaboration diagram for cv::LevMarq::Report:

cv::LevMarq::Report Node1 cv::LevMarq::Report   + Report() Node2 bool     Node2->Node1 +found Node3 int     Node3->Node1 +iters Node4 double     Node4->Node1 +energy

cv::LevMarq::Report Node1 cv::LevMarq::Report   + Report() Node2 bool     Node2->Node1 +found Node3 int     Node3->Node1 +iters Node4 double     Node4->Node1 +energy

Detailed Description#

struct Report#

Optimization report.

The structure is returned when optimization is over.

Constructor & Destructor Documentation#

Report()#

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

Member Data Documentation#

energy#

double cv::LevMarq::Report::energy

found#

bool cv::LevMarq::Report::found

iters#

int cv::LevMarq::Report::iters

Source file#

The documentation for this struct was generated from the following file: