Represents configuration for kBinCSum4Block.
|
| kSize | kBinCSum4BlockInfo_ActivePipeCount (kBinCSum4BlockInfo info) |
| | Reports the number of active camera algorithm "pipes" that should be simulated. More...
|
| |
| kSize | kBinCSum4BlockInfo_BackgroundWidth (kBinCSum4BlockInfo info) |
| | Reports the number of left-most columns used to calculate background noise. More...
|
| |
| k32u | kBinCSum4BlockInfo_BinThreshold (kBinCSum4BlockInfo info) |
| | Reports the binarize threshold. More...
|
| |
| kStatus | kBinCSum4BlockInfo_Clear (kBinCSum4BlockInfo info) |
| | Resets all state variables to default values. More...
|
| |
| kStatus | kBinCSum4BlockInfo_Construct (kBinCSum4BlockInfo *info, kAlloc allocator) |
| | Constructs a kBinCSum4BlockInfo object. More...
|
| |
| k32u | kBinCSum4BlockInfo_CSumThreshold (kBinCSum4BlockInfo info) |
| | Reports the column-sum threshold. More...
|
| |
| kStatus | kBinCSum4BlockInfo_Load (kBinCSum4BlockInfo *info, kXml xml, kAlloc allocator) |
| | Constructs a kBinCSum4BlockInfo object and loads its content from an XML object. More...
|
| |
| kStatus | kBinCSum4BlockInfo_Read (kBinCSum4BlockInfo info, kXml xml, kXmlItem item) |
| | Reads kBinCSum4BlockInfo state from a kXml object. More...
|
| |
| kStatus | kBinCSum4BlockInfo_SetActivePipeCount (kBinCSum4BlockInfo info, kSize count) |
| | Sets the number of active camera algorithm "pipes" that should be simulated. More...
|
| |
| kStatus | kBinCSum4BlockInfo_SetBackgroundWidth (kBinCSum4BlockInfo info, kSize width) |
| | Sets the number of left-most columns used to calculate background noise. More...
|
| |
| kStatus | kBinCSum4BlockInfo_SetBinThreshold (kBinCSum4BlockInfo info, k32u threshold) |
| | Sets the binarize threshold. More...
|
| |
| kStatus | kBinCSum4BlockInfo_SetCSumThreshold (kBinCSum4BlockInfo info, k32u threshold) |
| | Sets the column-sum threshold. More...
|
| |
| kStatus | kBinCSum4BlockInfo_Store (kBinCSum4BlockInfo info, kXml *xml, kAlloc allocator) |
| | Constructs a kXml object and uses it to store the content of this kBinCSum4BlockInfo instance. More...
|
| |
| kStatus | kBinCSum4BlockInfo_Validate (kBinCSum4BlockInfo info) |
| | Checks and automatically corrects all state variables. More...
|
| |
| kStatus | kBinCSum4BlockInfo_Write (kBinCSum4BlockInfo info, kXml xml, kXmlItem item) |
| | Writes kBinCSum4BlockInfo state to a kXml object. More...
|
| |