|
FireSync API
|
Abstract base class for laser-line spot-detection camera algorithms.

Public Member Functions | |
| kSize | kAcgInfo_CgScale (kAcgInfo info) |
| Reports the spot metadata scale factor. More... | |
| kBool | kAcgInfo_IsRowBased (kAcgInfo info) |
| Reports whether the algorithm is row-based. More... | |
RangesEnabled | |
| kStatus | kAcgInfo_EnableRanges (kAcgInfo info, kBool enabled) |
| Specifies whether range lookup is enabled. More... | |
| kBool | kAcgInfo_RangesEnabled (kAcgInfo info) |
| Reports whether range lookup is enabled. More... | |
| kStatus | kAcgInfo_RangesEnabledInfo (kAcgInfo info, kInfoBool *infoBool) |
| Reports constraint and validity information for the EnableRanges setting. More... | |
RangeSlicesEnabled | |
| kStatus | kAcgInfo_EnableRangeSlices (kAcgInfo info, kBool enabled) |
| Specifies whether range slice (index) information is enabled. More... | |
| kBool | kAcgInfo_RangeSlicesEnabled (kAcgInfo info) |
| Reports whether range slice (index) information is enabled. More... | |
| kStatus | kAcgInfo_RangeSlicesEnabledInfo (kAcgInfo info, kInfoBool *infoBool) |
| Reports constraint and validity information for the EnableRangeSlices setting. More... | |
ResampleEnabled | |
| kStatus | kAcgInfo_EnableResample (kAcgInfo info, kBool enabled) |
| Specifies whether range resampling is enabled. More... | |
| kBool | kAcgInfo_ResampleEnabled (kAcgInfo info) |
| Reports whether range resampling is enabled. More... | |
| kStatus | kAcgInfo_ResampleEnabledInfo (kAcgInfo info, kInfoBool *infoBool) |
| Reports constraint and validity information for the EnableResample setting. More... | |
ResamplePreferHigh | |
| kStatus | kAcgInfo_SetResamplePreferHigh (kAcgInfo info, kBool preferHigh) |
| Specifies whether higher or lower ranges are selected when there are multiple choices. More... | |
| kBool | kAcgInfo_ResamplePreferHigh (kAcgInfo info) |
| Reports whether higher or lower ranges are selected when there are multiple choices. More... | |
| kStatus | kAcgInfo_ResamplePreferHighInfo (kAcgInfo info, kInfoBool *infoBool) |
| Reports constraint and validity information for the ResamplePreferHigh setting. More... | |
ResampleBegin | |
| kStatus | kAcgInfo_SetResampleBegin (kAcgInfo info, k32s begin, kAdjust adjustment=kADJUST_NONE) |
| Specifies the initial (left-most) position for x-resampling. More... | |
| k32s | kAcgInfo_ResampleBegin (kAcgInfo info) |
| Reports the initial (left-most) position for x-resampling. More... | |
| kStatus | kAcgInfo_ResampleBeginInfo (kAcgInfo info, kInfo32s *info32s) |
| Reports constraint and validity information for the ResampleBegin setting. More... | |
ResampleCount | |
| kStatus | kAcgInfo_SetResampleCount (kAcgInfo info, k32u count, kAdjust adjustment=kADJUST_NONE) |
| Specifies the total number of x-resampling points. More... | |
| k32u | kAcgInfo_ResampleCount (kAcgInfo info) |
| Reports the total number of x-resampling points. More... | |
| kStatus | kAcgInfo_ResampleCountInfo (kAcgInfo info, kInfo32u *info32u) |
| Reports constraint and validity information for the ResampleCount setting. More... | |
ResampleStep | |
| kStatus | kAcgInfo_SetResampleStep (kAcgInfo info, k32u step, kAdjust adjustment=kADJUST_NONE) |
| Specifies the distance in the x-axis between resampled points. More... | |
| k32u | kAcgInfo_ResampleStep (kAcgInfo info) |
| Reports the distance in the x-axis between resampled points. More... | |
| kStatus | kAcgInfo_ResampleStepInfo (kAcgInfo info, kInfo32u *info32u) |
| Reports constraint and validity information for the ResampleStep setting. More... | |
ResampleStepThreshold | |
| kStatus | kAcgInfo_SetResampleStepThreshold (kAcgInfo info, k32u threshold, kAdjust adjustment=kADJUST_NONE) |
| Specifies the maximum distance over which to interpolate between input points when resampling. More... | |
| k32u | kAcgInfo_ResampleStepThreshold (kAcgInfo info) |
| Reports the maximum distance over which to interpolate between input points when resampling. More... | |
| kStatus | kAcgInfo_ResampleStepThresholdInfo (kAcgInfo info, kInfo32u *info32u) |
| Reports constraint and validity information for the ResampleStepThreshold setting. More... | |
ResampleZMin | |
| kStatus | kAcgInfo_SetResampleZMin (kAcgInfo info, k32s min, kAdjust adjustment=kADJUST_NONE) |
| Specifies the minimum z threshold for resampled points. More... | |
| k32s | kAcgInfo_ResampleZMin (kAcgInfo info) |
| Reports the minimum z threshold for resampled points. More... | |
| kStatus | kAcgInfo_ResampleZMinInfo (kAcgInfo info, kInfo32s *info32s) |
| Reports constraint and validity information for the ResampleZMin setting. More... | |
ResampleZMax | |
| kStatus | kAcgInfo_SetResampleZMax (kAcgInfo info, k32s max, kAdjust adjustment=kADJUST_NONE) |
| Specifies the maximum z threshold for resampled points. More... | |
| k32s | kAcgInfo_ResampleZMax (kAcgInfo info) |
| Reports the maximum z threshold for resampled points. More... | |
| kStatus | kAcgInfo_ResampleZMaxInfo (kAcgInfo info, kInfo32s *info32s) |
| Reports constraint and validity information for the ResampleZMax setting. More... | |
Public Member Functions inherited from kAlgInfo | |
| 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... | |