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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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