8 #ifndef K_FIRESYNC_ACG_INFO_H
9 #define K_FIRESYNC_ACG_INFO_H
380 #include <kFireSync/Client/Camera/Algorithms/kAcgInfo.x.h>
kStatus kAcgInfo_ResampleStepThresholdInfo(kAcgInfo info, kInfo32u *info32u)
Reports constraint and validity information for the ResampleStepThreshold setting.
kBool kAcgInfo_IsRowBased(kAcgInfo info)
Reports whether the algorithm is row-based.
kStatus kAcgInfo_ResampleEnabledInfo(kAcgInfo info, kInfoBool *infoBool)
Reports constraint and validity information for the EnableResample setting.
kStatus kAcgInfo_ResampleZMinInfo(kAcgInfo info, kInfo32s *info32s)
Reports constraint and validity information for the ResampleZMin setting.
kBool kAcgInfo_RangesEnabled(kAcgInfo info)
Reports whether range lookup is enabled.
kStatus kAcgInfo_RangeSlicesEnabledInfo(kAcgInfo info, kInfoBool *infoBool)
Reports constraint and validity information for the EnableRangeSlices setting.
kStatus kAcgInfo_RangesEnabledInfo(kAcgInfo info, kInfoBool *infoBool)
Reports constraint and validity information for the EnableRanges setting.
kStatus kAcgInfo_ResamplePreferHighInfo(kAcgInfo info, kInfoBool *infoBool)
Reports constraint and validity information for the ResamplePreferHigh setting.
kBool kAcgInfo_RangeSlicesEnabled(kAcgInfo info)
Reports whether range slice (index) information is enabled.
kStatus kAcgInfo_SetResamplePreferHigh(kAcgInfo info, kBool preferHigh)
Specifies whether higher or lower ranges are selected when there are multiple choices.
Type of adjustment to perform to bring a setting into conformance with its constraints.
#define kADJUST_NONE
No adjustment.
Definition: kInfo.h:48
k32s kAcgInfo_ResampleZMax(kAcgInfo info)
Reports the maximum z threshold for resampled points.
kSize kAcgInfo_CgScale(kAcgInfo info)
Reports the spot metadata scale factor.
Represents constraint and validity information for a 32-bit signed integer setting.
Definition: kInfo.h:166
kStatus kAcgInfo_SetResampleZMax(kAcgInfo info, k32s max, kAdjust adjustment=kADJUST_NONE)
Specifies the maximum z threshold for resampled points.
Abstract base class for laser-line spot-detection camera algorithms.
kStatus kAcgInfo_EnableRangeSlices(kAcgInfo info, kBool enabled)
Specifies whether range slice (index) information is enabled.
kStatus kAcgInfo_SetResampleCount(kAcgInfo info, k32u count, kAdjust adjustment=kADJUST_NONE)
Specifies the total number of x-resampling points.
kStatus kAcgInfo_ResampleBeginInfo(kAcgInfo info, kInfo32s *info32s)
Reports constraint and validity information for the ResampleBegin setting.
k32s kAcgInfo_ResampleBegin(kAcgInfo info)
Reports the initial (left-most) position for x-resampling.
k32s kAcgInfo_ResampleZMin(kAcgInfo info)
Reports the minimum z threshold for resampled points.
k32u kAcgInfo_ResampleStep(kAcgInfo info)
Reports the distance in the x-axis between resampled points.
kStatus kAcgInfo_SetResampleStepThreshold(kAcgInfo info, k32u threshold, kAdjust adjustment=kADJUST_NONE)
Specifies the maximum distance over which to interpolate between input points when resampling...
Declares the kAlgInfo type.
kStatus kAcgInfo_SetResampleBegin(kAcgInfo info, k32s begin, kAdjust adjustment=kADJUST_NONE)
Specifies the initial (left-most) position for x-resampling.
kBool kAcgInfo_ResamplePreferHigh(kAcgInfo info)
Reports whether higher or lower ranges are selected when there are multiple choices.
kStatus kAcgInfo_ResampleCountInfo(kAcgInfo info, kInfo32u *info32u)
Reports constraint and validity information for the ResampleCount setting.
k32u kAcgInfo_ResampleStepThreshold(kAcgInfo info)
Reports the maximum distance over which to interpolate between input points when resampling.
k32u kAcgInfo_ResampleCount(kAcgInfo info)
Reports the total number of x-resampling points.
kBool kAcgInfo_ResampleEnabled(kAcgInfo info)
Reports whether range resampling is enabled.
Represents constraint and validity information for a 32-bit unsigned integer setting.
Definition: kInfo.h:98
kStatus kAcgInfo_SetResampleZMin(kAcgInfo info, k32s min, kAdjust adjustment=kADJUST_NONE)
Specifies the minimum z threshold for resampled points.
kStatus kAcgInfo_SetResampleStep(kAcgInfo info, k32u step, kAdjust adjustment=kADJUST_NONE)
Specifies the distance in the x-axis between resampled points.
kStatus kAcgInfo_ResampleStepInfo(kAcgInfo info, kInfo32u *info32u)
Reports constraint and validity information for the ResampleStep setting.
kStatus kAcgInfo_EnableResample(kAcgInfo info, kBool enabled)
Specifies whether range resampling is enabled.
Represents constraint and validity information for a boolean setting.
Definition: kInfo.h:493
kStatus kAcgInfo_ResampleZMaxInfo(kAcgInfo info, kInfo32s *info32s)
Reports constraint and validity information for the ResampleZMax setting.
kStatus kAcgInfo_EnableRanges(kAcgInfo info, kBool enabled)
Specifies whether range lookup is enabled.