Click or drag to resize
CudaImageTColor, TDepth Constructor
http://www.emgu.com
Overload List
  NameDescription
Public methodCudaImageTColor, TDepth
Create an empty CudaImage
Public methodCudaImageTColor, TDepth(Size)
Create a CudaImage of the specific size
Public methodCudaImageTColor, TDepth(IInputArray)
Create a GPU image from a regular image
Public methodCudaImageTColor, TDepth(Int32, Int32)
Create a CudaImage of the specific size
Public methodCudaImageTColor, TDepth(Int32, Int32, Boolean)
Create a CudaImage of the specific size
Public methodCudaImageTColor, TDepth(CudaImageTColor, TDepth, MCvSlice, MCvSlice)
Create a CudaImage from the specific region of image. The data is shared between the two CudaImage
Top
See Also