http://www.emgu.com
Create a BruteForceMatcher of the specific distance type

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

C#
public BruteForceMatcher(
	BruteForceMatcher..::..DistanceType distanceType
)
Visual Basic
Public Sub New ( _
	distanceType As BruteForceMatcher..::..DistanceType _
)
Visual C++
public:
BruteForceMatcher(
	BruteForceMatcher..::..DistanceType distanceType
)

Parameters

distanceType
Type: Emgu.CV.Features2D..::..BruteForceMatcher..::..DistanceType
The distance type

See Also