ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
MinFilter.h File Reference

Implements a moving minimum filter for processing data streams. More...

#include "../Math/Mathematics.h"
#include "MinFilter.tpp"
Include dependency graph for MinFilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MinFilter< memory >
 Implements a minimum filter over a sliding window. More...
 

Detailed Description

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

Version
1.0 Coela Can't! Coela Can't

Definition in file MinFilter.h.