http://www.emgu.com
Overload List
Name | Description | |
---|---|---|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(Size) |
Create a GpuImage of the specific size
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(IntPtr) |
Create the GpuImage from the unmanaged pointer.
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(Image<(Of <<'(TColor, TDepth>)>>)) |
Create a GPU image from a regular image
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(Int32, Int32) |
Create a GpuImage of the specific size
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(Int32, Int32, Boolean) |
Create a GpuImage of the specific size
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(GpuImage<(Of <<'(TColor, TDepth>)>>), MCvSlice, MCvSlice) |
Create a GpuImage from the specific region of image. The data is shared between the two GpuImage
|