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
NumOfOctaves
Gets or sets the number of octaves.
public int NumOfOctaves { get; set; }
Property Value
ReductionRatio
Gets or sets the pyramid reduction ratio.
public int ReductionRatio { get; set; }
Property Value
WidthOfBand
Gets or sets the descriptor band width.
public int WidthOfBand { get; set; }
Property Value
Methods
Read(FileNode)
Reads parameter values from a file node.
public void Read(FileNode node)
Parameters
nodeFileNode
Write(FileStorage)
Writes parameter values to a file storage.
public void Write(FileStorage storage)
Parameters
storageFileStorage