Table of Contents

Class CalibrateRobertson

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CalibrateRobertson object

public class CalibrateRobertson : CalibrateCRF, IDisposable, ICvPtrHolder
Inheritance
CalibrateRobertson
Implements
Inherited Members

Constructors

CalibrateRobertson(nint)

Creates instance by raw pointer cv::CalibrateRobertson*

protected CalibrateRobertson(nint p)

Parameters

p nint

Properties

MaxIter

public int MaxIter { get; set; }

Property Value

int

Radiance

public Mat Radiance { get; }

Property Value

Mat

Threshold

public float Threshold { get; set; }

Property Value

float

Methods

Create(int, float)

Creates CalibrateRobertson object

public static CalibrateRobertson Create(int maxIter = 30, float threshold = 0.01)

Parameters

maxIter int

maximal number of Gauss-Seidel solver iterations.

threshold float

target difference between results of two successive steps of the minimization.

Returns

CalibrateRobertson

DisposeManaged()

Releases managed resources

protected override void DisposeManaged()