Sensor Model | G2xxx, G3xxx, G5xxx |
Firmware Version | 3.x, 4.x, 5.x, 6.x |
SDK Version | n/a |
Question
What is uniform spacing?
Answer
When Uniform Spacing is enabled, the ranges that make up a profile are resampled so that the spacing is uniform along the laser line (X axis). The resampling divides the X axis into fixed size "bins." Profile points that fall into the same bin are combined into a single range value (Z).
The size of the spacing interval is set under the Spacing tab in the Sensor panel on Scan page.
Resampling to uniform spacing reduces the complexity for downstream algorithms to process the profile data from the sensor, but places a higher processing load on the sensor's CPU.
When uniform spacing is not enabled, no processing is required on the sensor. This frees up processing resources in the sensor, but usually requires more complicated processing on the client side. Ranges in this case are reported in (X, Z) coordinate pairs.
A drawback of uniform spacing is that if sensors are angled to scan the sides of a target, data on the "verticals" is lost because points falling in the same "bin" are combined. When Uniform Spacing is disabled, however, all points are preserved on the sides. In this case, the data can be processed by the subset of tools that work on profiles without uniform spacing. Alternatively, the data can be processed externally using the SDK.
Only a limited number of measurement tools can operate on Profile data when Uniform Spacing is disabled.
Comments
0 comments
Please sign in to leave a comment.