Table of Contents

Property SampleCount

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

SampleCount

Number of initial samples taken from the image.

public int SampleCount { get; }

Property Value

int

Remarks

OpenCV's native implementation of this getter is a known copy-paste bug: it returns the same value as GrayscaleBits instead of the actual sample count passed to Create().