Elaboradar  0.1
Membri pubblici | Attributi pubblici | Attributi pubblici statici | Elenco di tutti i membri
Riferimenti per la classe radarelab::IndexMapping

Mapping of cartesian coordinates to specific azimuth and range volume indices. Continua...

#include <cart.h>

Diagramma delle classi per radarelab::IndexMapping
radarelab::FullsizeIndexMapping radarelab::ScaledIndexMapping

Membri pubblici

template<typename SRC , typename DST >
void to_cart (const PolarScan< SRC > &src, Matrix2D< DST > &dst) const
 Copy data from the polar scan src to the cartesian map dst. Continua...
 
template<typename T >
void to_cart (const std::function< T(unsigned, unsigned)> &src, Matrix2D< T > &dst) const
 Fill the cartesian map dst with the output of the function src(azimuth, range) Continua...
 

Attributi pubblici

Matrix2D< unsigned > map_azimuth
 Azimuth indices to use to lookup a map point in a volume -1 means no mapping. Continua...
 
Matrix2D< unsigned > map_range
 Range indices to use to lookup a map point in a volume -1 means no mapping. Continua...
 

Attributi pubblici statici

static const unsigned missing = 0xffffffff
 Missing value in the azimuth and range index mappings. Continua...
 

Descrizione dettagliata

Mapping of cartesian coordinates to specific azimuth and range volume indices.

Definizione alla linea 62 del file cart.h.


La documentazione per questa classe รจ stata generata a partire dai seguenti file: