InputArrayGetGpuMat Method |
http://www.emgu.com
Get the GpuMat from the input array
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic GpuMat GetGpuMat()
Public Function GetGpuMat As GpuMat
public:
GpuMat^ GetGpuMat()
member GetGpuMat : unit -> GpuMat
Return Value
Type:
GpuMatThe GpuMat
See Also