|
FireSync API
|
Represents BinCSum4 (Binarize + Column-Sum, version 4) camera algorithm configuration.

Public Member Functions | |
| kSize | kBinCSum4Info_BackgroundWidth (kBinCSum4Info info) |
| Reports the number of left-most columns used to calculate background noise. More... | |
| kStatus | kBinCSum4Info_BackgroundWidthInfo (kAccgd2kInfo info, kInfoSize *backroundWidthInfo) |
| Reports constraint and validity information for the BackgroundColumnCoun setting. More... | |
| k32u | kBinCSum4Info_BinThreshold (kBinCSum4Info info) |
| Reports the binarize threshold. More... | |
| kStatus | kBinCSum4Info_BinThresholdInfo (kAccgd2kInfo info, kInfo32u *info32u) |
| Reports constraint and validity information for the BinThreshold setting. More... | |
| kStatus | kBinCSum4Info_Construct (kBinCSum4Info *info, kCameraCapability capabilities, kAlloc allocator) |
| Constructs a kBinCSum4Info object. More... | |
| k32u | kBinCSum4Info_CSumThreshold (kBinCSum4Info info) |
| Reports the column-sum threshold. More... | |
| kStatus | kBinCSum4Info_CSumThresholdInfo (kAccgd2kInfo info, kInfo32u *info32u) |
| Reports constraint and validity information for the CSumThreshold setting. More... | |
| kStatus | kBinCSum4Info_SetBackgroundWidth (kBinCSum4Info info, kSize width) |
| Sets the number of left-most columns used to calculate background noise. More... | |
| kStatus | kBinCSum4Info_SetBinThreshold (kBinCSum4Info info, k32u threshold) |
| Sets the binarize threshold. More... | |
| kStatus | kBinCSum4Info_SetCSumThreshold (kBinCSum4Info info, k32u threshold) |
| Sets the column-sum threshold. More... | |
Public Member Functions inherited from kAlgInfo | |
| kStatus | kAlgInfo_Construct (kAlgInfo *info, kCameraAlgorithm typeId, kCameraCapability capabilities, kAlloc allocator) |
| Constructs a suitable kAlgInfo object based on the given type id. More... | |
| kStatus | kAlgInfo_Export (kAlgInfo info, kXml xml, kXml item) |
| Exports settings from an algorithm info object to the given XML object. More... | |
| kStatus | kAlgInfo_Import (kAlgInfo info, kXml xml, kXml item) |
| Imports settings to an existing algorithm info object based on the given XML content. More... | |
| kStatus | kAlgInfo_Load (kAlgInfo *info, kCameraCapability capabilities, kXml xml, kXmlItem item, kAlloc allocator) |
| Constructs a suitable algorithm info object based on the given XML content. More... | |
| kStatus | kAlgInfo_LoadReplace (kAlgInfo *info, kCameraCapability capabilities, kXml xml, kXmlItem item, kAlloc allocator) |
| Constructs a new algorithm object or reuses the given algorithm object based on the XML content. More... | |
| kStatus | kAlgInfo_Save (kAlgInfo info, kXml xml, kXmlItem item) |
| Saves the algorithm info to the specified XML object. More... | |