http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Detect keypoints in the GpuImage
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuMat<float> DetectKeyPointsRaw( GpuImage<Gray, byte> img, GpuImage<Gray, byte> mask ) |
Visual Basic |
---|
Public Function DetectKeyPointsRaw ( _ img As GpuImage(Of Gray, Byte), _ mask As GpuImage(Of Gray, Byte) _ ) As GpuMat(Of Single) |
Visual C++ |
---|
public: GpuMat<float>^ DetectKeyPointsRaw( GpuImage<Gray, unsigned char>^ img, GpuImage<Gray, unsigned char>^ mask ) |
Parameters
- img
- Type: Emgu.CV.GPU..::..GpuImage<(Of <(<'Gray, Byte>)>)>
The image where keypoints will be detected from
- mask
- Type: Emgu.CV.GPU..::..GpuImage<(Of <(<'Gray, Byte>)>)>
The optional mask, can be null if not needed