![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Implements a moving maximum filter for processing data streams. More...
Go to the source code of this file.
Classes | |
class | MaxFilter< memory > |
Implements a maximum filter over a sliding window. More... | |
Implements a moving maximum filter for processing data streams.
The MaxFilter
maintains a window of the largest values over a specified memory range. It can be used to smooth data while capturing peak values.
22/12/2024 22/12/2024
Definition in file MaxFilter.h.