|
FireSync API
|
| kStatus kBinCSumMsg_ConstructAttach | ( | kBinCSumMsg * | msg, |
| kSize | binWidth, | ||
| kSize | binHeight, | ||
| kType | csumType, | ||
| kSize | csumLength, | ||
| kSize | frameCount, | ||
| kAlloc | allocator | ||
| ) |
Constructs a kBinCSumMsg object that will be attached to external data content.
After calling this method, the kBinCSumMsg_Attach method must be used to attach memory pointers for each frame.
| msg | Destination for the constructed object handle. |
| binWidth | Number of 8-bit elements in one row of a binarize array (source width /8). |
| binHeight | Number of rows in a single binarize array (typicaly source image height minus one). |
| csumType | Type of the column sum data. |
| csumLength | Number of csum results in each frame (typically equal to source image width). |
| frameCount | Number of frames in this message. |
| allocator | Memory allocator (or kNULL for default). |