Class BinaryDescriptor
- Namespace
- OpenCvSharp.LineDescriptor
- Assembly
- OpenCvSharp.dll
Detects line segments and computes binary line descriptors.
public sealed class BinaryDescriptor : Algorithm, IDisposable
- Inheritance
-
BinaryDescriptor
- Implements
- Inherited Members
Properties
- DefaultNorm
Gets the default norm used to compare descriptors.
- DescriptorSize
Gets the descriptor size in bits.
- DescriptorType
Gets the OpenCV matrix type used by binary descriptors.
- NumOfOctaves
Gets or sets the number of image octaves.
- ReductionRatio
Gets or sets the Gaussian-pyramid reduction ratio.
- WidthOfBand
Gets or sets the descriptor band width.
Methods
- Compute(Mat, ref KeyLine[], Mat, bool)
Computes descriptors for the supplied lines. The native algorithm may update the lines.
- Compute(IEnumerable<Mat>, ref KeyLine[][], out Mat[], bool)
Computes descriptors for lines from multiple images.
- Create(Params?)
Creates a binary descriptor.
- Detect(Mat, Mat?)
Detects line segments in an image.
- Detect(IEnumerable<Mat>, IEnumerable<Mat>?)
Detects line segments in multiple images.