Emgu CV Library Documentation
cvInitImageHeader Method (image, size, depth, channels, origin, align)
NamespacesEmgu.CVCvInvokecvInitImageHeader(IntPtr, Size, IPL_DEPTH, Int32, Int32, Int32)

www.emgu.com/wiki
Initializes the image header structure, pointer to which is passed by the user, and returns the pointer.
Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr cvInitImageHeader(
	IntPtr image,
	Size size,
	IPL_DEPTH depth,
	int channels,
	int origin,
	int align
)
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
public:
static IntPtr cvInitImageHeader(
	IntPtr image, 
	Size size, 
	IPL_DEPTH depth, 
	int channels, 
	int origin, 
	int align
)
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)]

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)