Click or drag to resize

CudaBFMatcher Constructor

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

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public CudaBFMatcher(
	DistanceType distanceType
)

Parameters

distanceType
Type: Emgu.CV.Features2DDistanceType
The distance type
See Also