Initializes the image header structure, pointer to which is passed by the user, and returns the pointer.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- image
- IntPtr
Image header to initialize.
- size
- Size
Image width and height.
- depth
- IPL_DEPTH
Image depth
- channels
- Int32
Number of channels
- origin
- Int32
IPL_ORIGIN_TL or IPL_ORIGIN_BL.
- align
- Int32
Alignment for image rows, typically 4 or 8 bytes.
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvInitImageHeader(System.IntPtr,System.Drawing.Size,Emgu.CV.CvEnum.IPL_DEPTH,System.Int32,System.Int32,System.Int32)"]