Show / Hide Table of Contents

Class CalibrateRobertson

CalibrateRobertson object

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
CalibrateCRF
CalibrateRobertson
Implements
ICvPtrHolder
Inherited Members
CalibrateCRF.Process(IEnumerable<Mat>, OutputArray, IEnumerable<Single>)
Algorithm.Write(FileStorage)
Algorithm.Read(FileNode)
Algorithm.Empty
Algorithm.Save(String)
Algorithm.GetDefaultName()
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class CalibrateRobertson : CalibrateCRF, ICvPtrHolder

Constructors

| Improve this Doc View Source

CalibrateRobertson(IntPtr)

Creates instance by raw pointer cv::CalibrateRobertson*

Declaration
protected CalibrateRobertson(IntPtr p)
Parameters
Type Name Description
IntPtr p

Properties

| Improve this Doc View Source

MaxIter

Declaration
public int MaxIter { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Radiance

Declaration
public Mat Radiance { get; }
Property Value
Type Description
Mat
| Improve this Doc View Source

Threshold

Declaration
public float Threshold { get; set; }
Property Value
Type Description
System.Single

Methods

| Improve this Doc View Source

Create(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
| Improve this Doc View Source

DisposeManaged()

Releases managed resources

Declaration
protected override void DisposeManaged()
Overrides
DisposableObject.DisposeManaged()
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX