The GpuImage<(Of <(<'TColor, TDepth>)>)> type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Bitmap
convert the current GpuImage to its equavalent Bitmap representation
NumberOfChannels
Get the number of channels in the GpuMat
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.)
Ptr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Size
Get the GpuMat size: width == number of columns, height == number of rows
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.)

See Also