Definition at line 32 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
Public Member Functions | |
| OneEuroFilter () | |
| Default constructor. More... | |
| OneEuroFilter (float dataUpdateRate, float minCutoffFreq, float cutoffSlope, float derivCutoffFreq) | |
| Constructor. More... | |
| void | reset (float dataUpdateRate, float minCutoffFreq, float cutoffSlope, float derivCutoffFreq) |
| Reset all parameters of the filter. More... | |
| void | reset () |
| Reset only the initial condition of the filter, leaving parameters the same. More... | |
| float | filter (float x) |
| Apply the one euro filter to the given input. More... | |
| OneEuroFilter () | |
| Default constructor. More... | |
| OneEuroFilter (float dataUpdateRate, float minCutoffFreq, float cutoffSlope, float derivCutoffFreq) | |
| Constructor. More... | |
| void | reset (float dataUpdateRate, float minCutoffFreq, float cutoffSlope, float derivCutoffFreq) |
| Reset all parameters of the filter. More... | |
| void | reset () |
| Reset only the initial condition of the filter, leaving parameters the same. More... | |
| float | filter (float x) |
| Apply the one euro filter to the given input. More... | |
|
inline |
Default constructor.
Definition at line 35 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
References reset().
|
inline |
Constructor.
| dataUpdateRate | the sampling rate, i.e. the number of samples per unit of time. |
| minCutoffFreq | the lowest bandwidth filter applied. |
| cutoffSlope | the rate at which the filter adapts: higher levels reduce lag. |
| derivCutoffFreq | the bandwidth of the filter applied to smooth the derivative, default 1 Hz. |
Definition at line 43 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
References reset().
|
inline |
Default constructor.
Definition at line 35 of file 9.0/sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
References reset().
|
inline |
Constructor.
| dataUpdateRate | the sampling rate, i.e. the number of samples per unit of time. |
| minCutoffFreq | the lowest bandwidth filter applied. |
| cutoffSlope | the rate at which the filter adapts: higher levels reduce lag. |
| derivCutoffFreq | the bandwidth of the filter applied to smooth the derivative, default 1 Hz. |
Definition at line 43 of file 9.0/sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
References reset().
|
inline |
Apply the one euro filter to the given input.
| x | the unfiltered input value. |
Definition at line 59 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
|
inline |
Apply the one euro filter to the given input.
| x | the unfiltered input value. |
Definition at line 59 of file 9.0/sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
|
inline |
Reset only the initial condition of the filter, leaving parameters the same.
Definition at line 55 of file 9.0/sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
|
inline |
Reset only the initial condition of the filter, leaving parameters the same.
Definition at line 55 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
Referenced by OneEuroFilter(), and reset().
|
inline |
Reset all parameters of the filter.
| dataUpdateRate | the sampling rate, i.e. the number of samples per unit of time. |
| minCutoffFreq | the lowest bandwidth filter applied. |
| cutoffSlope | the rate at which the filter adapts: higher levels reduce lag. |
| derivCutoffFreq | the bandwidth of the filter applied to smooth the derivative, default 1 Hz. |
Definition at line 51 of file 9.0/sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
References reset().
|
inline |
Reset all parameters of the filter.
| dataUpdateRate | the sampling rate, i.e. the number of samples per unit of time. |
| minCutoffFreq | the lowest bandwidth filter applied. |
| cutoffSlope | the rate at which the filter adapts: higher levels reduce lag. |
| derivCutoffFreq | the bandwidth of the filter applied to smooth the derivative, default 1 Hz. |
Definition at line 51 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_bodypose.h.
References reset().