5#ifndef RADARELAB_ALGO_TOP_H
6#define RADARELAB_ALGO_TOP_H
18 for (
unsigned l=0; l <
volume.size(); ++l)
20 const auto& scan =
volume[l];
21 for (
unsigned i = 0; i < scan.beam_count; ++i)
23 const double elevaz = scan.elevations_real(i);
24 for (
unsigned k = 0; k < scan.beam_size; ++k)
25 if (scan.get(i, k) > threshold)
28 elevaz, (k + 0.5) * scan.cell_size) / 100.);
Homogeneous volume with a common beam count for all PolarScans.
Namespace per volume dati.
Base for all matrices we use, since we rely on row-major data.
double sample_height(unsigned cell_idx) const
Return the height (in meters) of the sample at the given cell indexa.
Definisce le principali strutture che contengono i dati.