Struct heap_node¶
Uzly pro obousměrné haldy mediánu. More...
Public Attributes¶
| Type | Name |
|---|---|
| uint32_t | gen |
| uint16_t | tap_idx |
| int16_t | value |
Detailed Description¶
tap_idx a gen umožňují označit prvek jako zastaralý bez přepisování haldy – při přesunu zapisovacího kurzoru se pro daný tap zvyšuje generace.
Public Attributes Documentation¶
variable gen¶
Generace tapu pro lazy invalidaci.
variable tap_idx¶
Z jakého tapu vzorek pochází.
variable value¶
Uložená vzorková hodnota.
The documentation for this class was generated from the following file scripts/median-filter/csrc/peak_detector.c