FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kBinCSumMsg_Construct ( kBinCSumMsg msg,
kSize  binWidth,
kSize  binHeight,
kType  csumType,
kSize  csumLength,
kSize  frameCount,
kAlloc  allocator 
)

Constructs a kBinCSumMsg object that allocates its own memory for data content.

Parameters
msgDestination for the constructed object handle.
binWidthNumber of 8-bit elements in one row of a binarize array (source width /8).
binHeightNumber of rows in a single binarize array (typicaly source image height minus one).
csumTypeType of the column sum data.
csumLengthNumber of csum results in each frame (typically equal to source image width).
frameCountNumber of frames in this message.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.