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