Elaboradar
0.1
|
Resample a volume one level at a time. Continua...
#include <azimuth_resample.h>
Base per radarelab::algo::azimuthresample::Closest< T >, e radarelab::algo::azimuthresample::MaxOfClosest< T >.
Membri pubblici | |
virtual void | resample_polarscan (const PolarScan< T > &src, PolarScan< T > &dst, double src_beam_width) const =0 |
Fill dst with data from src, using the given merger function. Continua... | |
void | resample_volume (const Volume< T > &src, Volume< T > &dst, double src_beam_width) const |
Merge. Continua... | |
void | resample_volume (const volume::Scans< T > &src, Volume< T > &dst, double src_beam_width) const |
Fill dst with data from src, coping with the two volumes having a different number of beams per scan. Continua... | |
Resample a volume one level at a time.
Definizione alla linea 53 del file azimuth_resample.h.