ImageTColor, TDepthMapDataToImage Method |
http://www.emgu.com
Let this Image object use the specific Image data.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxprotected void MapDataToImage(
int width,
int height,
int stride,
IntPtr scan0
)
Protected Sub MapDataToImage (
width As Integer,
height As Integer,
stride As Integer,
scan0 As IntPtr
)
protected:
void MapDataToImage(
int width,
int height,
int stride,
IntPtr scan0
)
member MapDataToImage :
width : int *
height : int *
stride : int *
scan0 : IntPtr -> unit
Parameters
- width
- Type: SystemInt32
The width of the image - height
- Type: SystemInt32
The height of the image - stride
- Type: SystemInt32
The data stride (bytes per row) - scan0
- Type: SystemIntPtr
The origin of the data
See Also