Struct cv::LevMarq::Report#
Optimization report. View details
#include <opencv2/geometry/3d.hpp>Collaboration diagram for cv::LevMarq::Report:
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:
opencv2/geometry/3d.hpp