GpuMatTDepth Constructor (IInputArray) |
http://www.emgu.com
Create a GpuMat from an CvArray of the same depth type
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic GpuMat(
IInputArray arr
)
Public Sub New (
arr As IInputArray
)
public:
GpuMat(
IInputArray^ arr
)
new :
arr : IInputArray -> GpuMat
Parameters
- arr
- Type: Emgu.CVIInputArray
The CvArry to be converted to GpuMat
See Also