http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a BruteForceMatcher of the specific distance type
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public BruteForceMatcher( DistanceType distanceType, bool crossCheck ) |
Visual Basic |
---|
Public Sub New ( _ distanceType As DistanceType, _ crossCheck As Boolean _ ) |
Visual C++ |
---|
public: BruteForceMatcher( DistanceType distanceType, bool crossCheck ) |
Parameters
- distanceType
- Type: Emgu.CV.Features2D..::..DistanceType
The distance type
- crossCheck
- Type: System..::..Boolean
Specify whether or not cross check is needed. Use false for default.