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.0.1.3373 (4.0.1.3373)
Syntaxpublic GpuMat GetGpuMat()
Public Function GetGpuMat As GpuMat
public:
GpuMat^ GetGpuMat()
member GetGpuMat : unit -> GpuMat
Return Value
Type:
GpuMatThe GpuMat
See Also