FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBinCSum4Info.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_BINCSUM4_INFO_H
9 #define K_FIRESYNC_BINCSUM4_INFO_H
10 
12 
13 kBeginHeader()
14 
15 
21 //typedef kAlgInfo kBinCSum4Info; --forward-declared in kFsDef.x.h
22 
23 
32 kFsFx(kStatus) kBinCSum4Info_Construct(kBinCSum4Info* info, kCameraCapability capabilities, kAlloc allocator);
33 
43 
52 
62 
72 
81 
91 
101 
110 
119 kFsFx(kStatus) kBinCSum4Info_BackgroundWidthInfo(kAccgd2kInfo info, kInfoSize* backroundWidthInfo);
120 
121 kEndHeader()
122 
123 #include <kFireSync/Client/Camera/Algorithms/kBinCSum4Info.x.h>
124 
125 #endif
kSize kBinCSum4Info_BackgroundWidth(kBinCSum4Info info)
Reports the number of left-most columns used to calculate background noise.
Represents camera feature bitset (capabilities).
kStatus kBinCSum4Info_SetCSumThreshold(kBinCSum4Info info, k32u threshold)
Sets the column-sum threshold.
kStatus kBinCSum4Info_BinThresholdInfo(kAccgd2kInfo info, kInfo32u *info32u)
Reports constraint and validity information for the BinThreshold setting.
kStatus kBinCSum4Info_CSumThresholdInfo(kAccgd2kInfo info, kInfo32u *info32u)
Reports constraint and validity information for the CSumThreshold setting.
Represents BinCSum4 (Binarize + Column-Sum, version 4) camera algorithm configuration.
kStatus kBinCSum4Info_BackgroundWidthInfo(kAccgd2kInfo info, kInfoSize *backroundWidthInfo)
Reports constraint and validity information for the BackgroundColumnCoun setting. ...
k32u kBinCSum4Info_BinThreshold(kBinCSum4Info info)
Reports the binarize threshold.
kStatus kBinCSum4Info_SetBinThreshold(kBinCSum4Info info, k32u threshold)
Sets the binarize threshold.
k32u kBinCSum4Info_CSumThreshold(kBinCSum4Info info)
Reports the column-sum threshold.
kStatus kBinCSum4Info_Construct(kBinCSum4Info *info, kCameraCapability capabilities, kAlloc allocator)
Constructs a kBinCSum4Info object.
Declares the kAlgInfo type.
Represents parameters for the ACCGD 2K camera algorithm.
Represents constraint and validity information for a 32-bit unsigned integer setting.
Definition: kInfo.h:79
Represents constraint and validity information for a kSize setting.
Definition: kInfo.h:295
kStatus kBinCSum4Info_SetBackgroundWidth(kBinCSum4Info info, kSize width)
Sets the number of left-most columns used to calculate background noise.