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.
Properties
- KSize
Gets or sets the smoothing kernel size.
- NumOfOctaves
Gets or sets the number of octaves.
- ReductionRatio
Gets or sets the pyramid reduction ratio.
- WidthOfBand
Gets or sets the descriptor band width.
Methods
- Read(FileNode)
Reads parameter values from a file node.
- Write(FileStorage)
Writes parameter values to a file storage.