Table of Contents

Enum PCTSignaturesPointDistribution

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Point distributions supported by the random point generator of cv::xfeatures2d::PCTSignatures.

public enum PCTSignaturesPointDistribution

Fields

Normal = 2

Generate points with normal (gaussian) distribution.

Regular = 1

Generate points in a regular grid.

Uniform = 0

Generate numbers uniformly.