Table of Contents

Class BinaryDescriptor.Params

Namespace
OpenCvSharp.LineDescriptor
Assembly
OpenCvSharp.dll

Binary descriptor configuration.

public sealed class BinaryDescriptor.Params
Inheritance
BinaryDescriptor.Params
Inherited Members

Constructors

Params()

Creates a parameter set initialized with OpenCV defaults.

public Params()

Properties

KSize

Gets or sets the smoothing kernel size.

public int KSize { get; set; }

Property Value

int

NumOfOctaves

Gets or sets the number of octaves.

public int NumOfOctaves { get; set; }

Property Value

int

ReductionRatio

Gets or sets the pyramid reduction ratio.

public int ReductionRatio { get; set; }

Property Value

int

WidthOfBand

Gets or sets the descriptor band width.

public int WidthOfBand { get; set; }

Property Value

int

Methods

Read(FileNode)

Reads parameter values from a file node.

public void Read(FileNode node)

Parameters

node FileNode

Write(FileStorage)

Writes parameter values to a file storage.

public void Write(FileStorage storage)

Parameters

storage FileStorage