Click or drag to resize

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
Syntax
protected void MapDataToImage(
	int width,
	int height,
	int stride,
	IntPtr scan0
)

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