CudaBFMatcher Constructor |
http://www.emgu.com
Create a CudaBruteForceMatcher using the specific distance type
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic CudaBFMatcher(
DistanceType distanceType
)
Public Sub New (
distanceType As DistanceType
)
public:
CudaBFMatcher(
DistanceType distanceType
)
new :
distanceType : DistanceType -> CudaBFMatcher
Parameters
- distanceType
- Type: Emgu.CV.Features2DDistanceType
The distance type
See Also