Elaboradar 0.1
|
◆ map_max_sample() [1/2]
Map cartesian cardinates to polar volume indices. When a cartesian coordinate maps to more than one polar value, take the one with the maximum data value. Definizione alla linea 88 del file cart.cpp. 89{
90 CoordinateMapping raw_mapping(scan.beam_size);
91 map_max_sample(scan, raw_mapping);
92}
void map_max_sample(const PolarScan< double > &scan) Map cartesian cardinates to polar volume indices. Definition: cart.cpp:88 Referenzia radarelab::PolarScanBase::beam_size, e map_max_sample(). Referenziato da map_max_sample(). |