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