Show / Hide Table of Contents

Class CalibrateDebevec

CalibrateDebevec object

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
CalibrateCRF
CalibrateDebevec
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 CalibrateDebevec : CalibrateCRF, ICvPtrHolder

Constructors

| Improve this Doc View Source

CalibrateDebevec(IntPtr)

Creates instance by raw pointer cv::CalibrateDebevec*

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

Properties

| Improve this Doc View Source

Lambda

Declaration
public float Lambda { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Random

Declaration
public bool Random { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Samples

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

Methods

| Improve this Doc View Source

Create(Int32, Single, Boolean)

Creates the empty model.

Declaration
public static CalibrateDebevec Create(int samples = 70, float lambda = 10F, bool random = false)
Parameters
Type Name Description
System.Int32 samples

number of pixel locations to use

System.Single lambda

smoothness term weight. Greater values produce smoother results, but can alter the response.

System.Boolean random

if true sample pixel locations are chosen at random, otherwise the form a rectangular grid.

Returns
Type Description
CalibrateDebevec
| 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