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

Optimization report. More...

#include <opencv2/3d.hpp>

Collaboration diagram for cv::LevMarq::Report:

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: