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