Click or drag to resize

KNearestTypes Enumeration

http://www.emgu.com
The type of KNearest search

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum Types
Members
  Member nameValueDescription
BruteForce1 Using brute force
KdTree2 Using kd tree
See Also