Image Component Library (ICL)
Public Attributes | List of all members
icl::cv::LensUndistortionCalibrator::Info Struct Reference

Internally used info structure (also returned by LensUndistortionCalibrator::getInfo) More...

#include <LensUndistortionCalibrator.h>

Public Attributes

utils::Size imageSize
 current camera image size More...
 
int numPointsAdded
 total number of points added More...
 
int numPointSetsAdded
 number of sub-sets added More...
 
const GridDefinitiongridDef
 current grid definition More...
 

Detailed Description

Internally used info structure (also returned by LensUndistortionCalibrator::getInfo)

Member Data Documentation

◆ gridDef

const GridDefinition& icl::cv::LensUndistortionCalibrator::Info::gridDef

current grid definition

◆ imageSize

utils::Size icl::cv::LensUndistortionCalibrator::Info::imageSize

current camera image size

◆ numPointsAdded

int icl::cv::LensUndistortionCalibrator::Info::numPointsAdded

total number of points added

◆ numPointSetsAdded

int icl::cv::LensUndistortionCalibrator::Info::numPointSetsAdded

number of sub-sets added


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