Denoiser
There is always inherent noise in tracking. Positional noise often doesn't have a significant adverse effect in production; however, orientational (or rotational) noise can cause a vibrating camera effect, especially in telephoto mode.
The Denoiser module of Traxis Hub contains various filters to ensure smooth and seamless tracking. Up to three permutations of these filters can be used to eliminate different types of noise from various trackers.

Dampening Filter

Dampening reduces angular motion and provides a smooth response to sudden movements. The Dampener filter assumes that the motion occurs on the surface of a sphere and reduces the amount of angular motion. Therefore, instead of damping all types of motion uniformly and at high power, it ensures a smooth response to sudden movements.
Exponential Filter

The exponential denoiser filter enables you to calculate an average value by blending the weighted average of the previous filtered value with the most recent unfiltered value.
In exponential smoothing, alpha determines the weight assigned to the previous observation relative to the current observations. The higher the alpha value, the higher the filter weight becomes.
Hampel Filter

The Hampel filter works by sliding a window over the dataset and comparing each data point to the median value within that window. If a data point deviates significantly from the median by more than a specified threshold, it's considered an outlier and is replaced with a more robust estimate, typically the median or a smoothed version of the data within the window.
Polynomial FFT-based Filter
This is essentially a Pan/Tilt/Roll filter similar to other filters. Its distinguishing feature lies in its capacity to apply positional (or locational) filtering.
The Sample Delay adjustment in PolynomialFFT applies a delay to both Pan Tilt Roll and positional adjustments. Its purpose is to introduce a delay to the frame samples received from the tracker.
When the camera moves, it's initially indistinguishable whether the motion is noise or genuine movement. Therefore, filters, when applied, naturally introduce a delay. The value assigned to the Sample Delay setting (in our case, 3) aims to keep the filter's delay close to 3 samples, facilitating the analysis of this scenario.