http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvInitImageHeader( IntPtr image, Size size, IPL_DEPTH depth, int channels, int origin, int align ) |
Visual Basic |
---|
Public Shared Function cvInitImageHeader ( _ image As IntPtr, _ size As Size, _ depth As IPL_DEPTH, _ channels As Integer, _ origin As Integer, _ align As Integer _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvInitImageHeader( IntPtr image, Size size, IPL_DEPTH depth, int channels, int origin, int align ) |
Parameters
- image
- Type: System..::..IntPtr
Image header to initialize.
- size
- Type: System.Drawing..::..Size
Image width and height.
- depth
- Type: Emgu.CV.CvEnum..::..IPL_DEPTH
Image depth
- channels
- Type: System..::..Int32
Number of channels
- origin
- Type: System..::..Int32
IPL_ORIGIN_TL or IPL_ORIGIN_BL.
- align
- Type: System..::..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)"]