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

Provides a DerivativeFilter class for calculating the rate of change of input values. More...

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

Go to the source code of this file.

Classes

class  DerivativeFilter
 Calculates the derivative (rate of change) of input values with filtering for stability. More...
 

Detailed Description

Provides a DerivativeFilter class for calculating the rate of change of input values.

The DerivativeFilter combines a running average filter and a minimum filter to normalize and constrain the derivative values, ensuring stability and noise reduction.

22/12/2024 22/12/2024

Version
1.0 Coela Can't! Coela Can't

Definition in file DerivativeFilter.h.