Skip to content

Struct acq_part_t

ClassList > acq_part_t

One tile's share of a decided surface (design ยง2.3): the surface is cut into window_bins chunks of whole rows, and the per-cell passes after the fan the magnitude, the CFAR reference, the mask copy, each scan of the peak list run per chunk into one of these, merged serially in tile order. The merge is bit-identical at any thread count because the chunks never move.

  • #include <acq_core.h>

Public Attributes

Type Name
size_t best
float ref

Public Attributes Documentation

variable best

size_t acq_part_t::best;

The chunk's first maximum among the candidate cells; n_surf when it has none.


variable ref

float acq_part_t::ref;

det_noise_estimate() over the chunk (MEAN/MIN/MAX).



The documentation for this class was generated from the following file native/inc/acq/acq_core.h