|
FireSync API
|
Software implementation of the BinCSum4 (Binarize + Column-Sum, version 4) camera algorirthm.

Public Member Functions | |
| kSize | kBinCSum4Alg_ActivePipeCount (kBinCSum4Alg alg) |
| Reports the number of active camera algorithm "pipes" that should be simulated. More... | |
| kSize | kBinCSum4Alg_BackgroundWidth (kBinCSum4Alg alg) |
| Reports the number of left-most columns used to calculate background noise. More... | |
| k32u | kBinCSum4Alg_BinThreshold (kBinCSum4Alg alg) |
| Reports the binarize threshold. More... | |
| kStatus | kBinCSum4Alg_Construct (kBinCSum4Alg *alg, kAlloc allocator) |
| Constructs a kBinCSum4Alg object. More... | |
| k32u | kBinCSum4Alg_CSumThreshold (kBinCSum4Alg alg) |
| Reports the column-sum threshold. More... | |
| kStatus | kBinCSum4Alg_Execute (kBinCSum4Alg alg, kImage image, kArray2 bin, kArray1 csum) |
| Executes the algorithm on the specified input image. More... | |
| kStatus | kBinCSum4Alg_SetActivePipeCount (kBinCSum4Alg alg, kSize count) |
| Sets the number of active camera algorithm "pipes" that should be simulated. More... | |
| kStatus | kBinCSum4Alg_SetBackgroundWidth (kBinCSum4Alg alg, kSize width) |
| Sets the number of left-most columns used to calculate background noise. More... | |
| kStatus | kBinCSum4Alg_SetBinThreshold (kBinCSum4Alg alg, k32u threshold) |
| Sets the binarize threshold. More... | |
| kStatus | kBinCSum4Alg_SetCSumThreshold (kBinCSum4Alg alg, k32u threshold) |
| Sets the column-sum threshold. More... | |
| kStatus | kBinCSum4Alg_Start (kBinCSum4Alg alg) |
| Prepares the algorithm for execution. More... | |