http://www.emgu.com
Create a GPUBruteForce Matcher using the specific distance type

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

Syntax

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

Parameters

distType
Type: Emgu.CV.GPU..::..GpuBruteForceMatcher..::..DistanceType
The distance type

See Also