![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Provides a DerivativeFilter
class for calculating the rate of change of input values.
More...
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... | |
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
Definition in file DerivativeFilter.h.