OpenCV 5.0.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::LevMarq::Report Struct Reference

Optimization report. More...

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

Public Member Functions

 Report (bool isFound, int nIters, double finalEnergy)

Public Attributes

double energy
bool found
int iters

Detailed Description

Optimization report.

The structure is returned when optimization is over.

Constructor & Destructor Documentation

◆ Report()

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

Member Data Documentation

◆ energy

double cv::LevMarq::Report::energy

◆ found

bool cv::LevMarq::Report::found

◆ iters

int cv::LevMarq::Report::iters

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