CudaBFMatcher Constructor |
http://www.emgu.com
Create a CudaBruteForceMatcher using the specific distance type
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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