ImageTColor, TDepthFromIplImagePtr Method |
http://www.emgu.com
Get the managed image from an unmanaged IplImagePointer
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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