Wiki

Clone wiki

BaristaSource / UserGuide / ALSIntensityInterpolate

Interpolation of an Intensity Image from Airborne Laserscanner Data

Grafik

Interpolation of an Intensity Image from Airborne Laserscanner Data

The following parameters can be selected:

  1. Extents: The minimum/maximum coordinates for which the intensity image shall be interpolated. Use the Set Extents to Maximum button to change the extent to the maximum size covered by the ALS data.

  2. Ground resolution: The grid size of the interpolated grid, in [coordinate units].

  3. Neighbourhood: The intensity of each pixel will be interpolated from the N nearest ALS points. Here you can select the number N of these points.

  4. Pulse: Select whether to compute the intensity image from first pulse data or from last pulse data. If only first or last pulse data are available, that pulse will be used for interpolating the intensity image.

  5. Resolution Level: Barista holds ALS data at different resolutions, i.e. it contains a data pyramid. Level 0 means that the intensity data are to be interpolated from the original data; each higher level contains approximately 1/4 of the points of the previous level.

  6. Maximum Distance: An intensity value will only be computed if the distance of a pixel to its nearest 3D point is smaller than the maximum distance specified by the user. If the value of Maximum Distance is negative, it will not be considered (i.e., all image pixels will receive an intensity).

  7. Output File: Here you can specify a filename for the intensity image. Note that if you select a filename, the extension ".hug" will be added to it, and the file will be stored as a Barista huge image file only.

After pressing the OK button the intensity image will be interpolated and if the interpolation process is successful, an image node will be added to the Thumbnail view.

Back to ALS Node

Updated