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

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

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

Go to the source code of this file.

Classes

class  MaxFilter< memory >
 Implements a maximum filter over a sliding window. More...
 

Detailed Description

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

Version
1.0 Coela Can't! Coela Can't

Definition in file MaxFilter.h.