http://www.emgu.com
Overload List
Name | Description | |
---|---|---|
![]() | GpuMat<(Of <(<'TDepth>)>)>()()()() |
Create an empty GpuMat
|
![]() | GpuMat<(Of <(<'TDepth>)>)>(IntPtr) |
Create a GpuMat from the unmanaged pointer
|
![]() | GpuMat<(Of <(<'TDepth>)>)>(CvArray<(Of <<'(TDepth>)>>)) |
Create a GpuMat from an CvArray of the same depth type
|
![]() | GpuMat<(Of <(<'TDepth>)>)>(Size, Int32) |
Create a GpuMat of the specified size
|
![]() | GpuMat<(Of <(<'TDepth>)>)>(Int32, Int32, Int32) |
Create a GpuMat of the specified size
|
![]() | GpuMat<(Of <(<'TDepth>)>)>(GpuMat<(Of <<'(TDepth>)>>), MCvSlice, MCvSlice) |
Create a GpuMat from the specific region of mat. The data is shared between the two GpuMat
|
![]() | GpuMat<(Of <(<'TDepth>)>)>(Int32, Int32, Int32, Boolean) |
Create a GpuMat of the specified size
|