Table of Contents

Enum PCTSignatures.PointDistributionType

Namespace
Emgu.CV.XFeatures2D
Assembly
Emgu.CV.dll

Point distributions supported by random point generator.

public enum PCTSignatures.PointDistributionType

Fields

Normal = 2
Regular = 1

Generate points in a regular grid.

Uniform = 0

Generate numbers uniformly.