|
GoWebScan API
|
System related configuration.
Types | |
| class | GoWebScanConfig |
| Represents a container for system-level parameters which are translated from user parameters set in GoWebScanSettings. This class maps the orientation of the system to a standard orientation, performs the X-axis layout of sensors, determines algorithm parameters based on constants and user parameters, and determines other various system parameters. More... | |
| class | GoWebScanConfigGroup |
| Represents a container for group-level parameters which are translated from user parameters set in GoWebScanSettings. This class contains properties describing the group orientation, and contains a list of sensor configuration objects. This class is intended to be constructed from within a GoWebScanConfig object. More... | |
| class | GoWebScanConfigNode |
| Represents a container for node-level parameters which are translated from user parameters set in GoWebScanSettings. This class maps the orientation of the node to a standard orientation, performs the X-axis layout of node, and determines node-specific algorithm parameters. This class is intended to be constructed from within a GoWebScanConfig object. More... | |
| class | GoWebScanConfigSensor |
| Represents a container for sensor-level parameters which are translated from user parameters set in GoWebScanSettings. This class contains properties describing the sensor orientation and contains a list of node configuration objects. In systems with vision sensors, this class represents a profile-vision sensor pair (sensors mounted together). This class is intended to be constructed from within a GoWebScanConfig object. More... | |
| struct | GoWebScanConfigSensorInfo |
| Represents information from each sensor in the system, collected and provided by the user application. More... | |
| class | GoWebScanSettings |
| Represents a container for user-configurable settings of the system. The class reads and writes the settings from/to an XML. These settings describe the configuration and orientation of the system, processing parameters, and desired outputs. The format of the XML is similar to the chroma+scan 3x00 station settings but is not directly equivalent as additional parameters have been added. However, for any fields that exist in both formats, the chroma+scan 3x00 values can be reused. The settings are divided into system-level settings (GoWebScanSettings), group settings (GoWebScanSettingsGroup), and sensor settings (GoWebScanSettingsSensor). More... | |
| class | GoWebScanSettingsGroup |
| Represents a container for user-configurable settings of a group within the system. Groups represent planes (top or bottom). More... | |
| class | GoWebScanSettingsSensor |
| Represents a container for user-configurable settings of a sensor within the system. For systems with vision, a GoWebScanSettingsSensor object represents a pair of vision and profile sensors (sensor mounted together). More... | |