Enum PCTSignaturesPointDistribution
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Point distributions supported by the random point generator of cv::xfeatures2d::PCTSignatures.
public enum PCTSignaturesPointDistribution
Fields
Normal = 2Generate points with normal (gaussian) distribution.
Regular = 1Generate points in a regular grid.
Uniform = 0Generate numbers uniformly.