ComponentType Enumeration#
Syntax#
C#
VB
Members#
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | The component type is not known or hasn't been set. | |
| Intensity | 1 | Component contains intensity values. | |
| Range | 4 | Component contains range values. | |
| Confidence | 6 | Component contains confidence value. | |
| Reflectance | 5 | Component contains reflectance value. | |
| Scatter | 7 | Component contains scatter value. | |
| Disparity | 8 | Component contains disparity value. | |
| IntensityCombinedSTA | 65281 | Component contains the intensity images of the left and the right camera combined. The right image is stacked under the left image. | |
| ErrorSTA | 65282 | Component contains the error map of the acquired disparity image. | |
| RawCombinedSTA | 65283 | Component contains the unrectified intensity images of the left and the right camera combined. The right image is stacked under the left image. | |
| CalibrationSTA | 65284 | Component contains the annotated left and right images for calibration. |