Click or drag to resize

ImageTColor, TDepthFromIplImagePtr Method

http://www.emgu.com
Get the managed image from an unmanaged IplImagePointer

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static Image<TColor, TDepth> FromIplImagePtr(
	IntPtr iplImage
)

Parameters

iplImage
Type: SystemIntPtr
The pointer to the iplImage

Return Value

Type: ImageTColor, TDepth
The managed image from the iplImage pointer
See Also