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)
Syntaxpublic static Image<TColor, TDepth> FromIplImagePtr(
IntPtr iplImage
)
Public Shared Function FromIplImagePtr (
iplImage As IntPtr
) As Image(Of TColor, TDepth)
public:
static Image<TColor, TDepth>^ FromIplImagePtr(
IntPtr iplImage
)
static member FromIplImagePtr :
iplImage : IntPtr -> Image<'TColor, 'TDepth>
Parameters
- iplImage
- Type: SystemIntPtr
The pointer to the iplImage
Return Value
Type:
ImageTColor,
TDepthThe managed image from the iplImage pointer
See Also