Class CalibrateRobertson
CalibrateRobertson object
Inheritance
System.Object
CalibrateRobertson
Implements
Inherited Members
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class CalibrateRobertson : CalibrateCRF, ICvPtrHolder
Constructors
| Improve this Doc View SourceCalibrateRobertson(IntPtr)
Creates instance by raw pointer cv::CalibrateRobertson*
Declaration
protected CalibrateRobertson(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | p |
Properties
| Improve this Doc View SourceMaxIter
Declaration
public int MaxIter { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Radiance
Declaration
public Mat Radiance { get; }
Property Value
Type | Description |
---|---|
Mat |
Threshold
Declaration
public float Threshold { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceCreate(Int32, Single)
Creates CalibrateRobertson object
Declaration
public static CalibrateRobertson Create(int maxIter = 30, float threshold = 0.01F)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxIter | maximal number of Gauss-Seidel solver iterations. |
System.Single | threshold | target difference between results of two successive steps of the minimization. |
Returns
Type | Description |
---|---|
CalibrateRobertson |
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()