CvInvokeRawDataToBitmap Method |
Namespace: Emgu.CV
public static Bitmap RawDataToBitmap( IntPtr scan0, int step, Size size, Type srcColorType, int numberOfChannels, Type srcDepthType, bool tryDataSharing = false )
Public Shared Function RawDataToBitmap ( scan0 As IntPtr, step As Integer, size As Size, srcColorType As Type, numberOfChannels As Integer, srcDepthType As Type, Optional tryDataSharing As Boolean = false ) As Bitmap
public: static Bitmap^ RawDataToBitmap( IntPtr scan0, int step, Size size, Type^ srcColorType, int numberOfChannels, Type^ srcDepthType, bool tryDataSharing = false )
static member RawDataToBitmap : scan0 : IntPtr * step : int * size : Size * srcColorType : Type * numberOfChannels : int * srcDepthType : Type * ?tryDataSharing : bool (* Defaults: let _tryDataSharing = defaultArg tryDataSharing false *) -> Bitmap
2016 Emgu Corporation, All Rights Reserved,