VirtualDub MSU Noise Estimation Filter
- Project, idea: Dr. Dmitriy Vatolin, Sergey Grishin
- Algorithm, implementation: Kumok Boris
- Updating and additions: Sheludko Victor
This filter is used to estimate mean noise variance in video sequences. The result is saved into a log file.
Settings
The basic menu of the filter
Noise estimation algorithm - the algorithm used to estimate noise. Following modes supported:
- MAD
- Block-Based
- Spatio-temporal gradients
- All algorithms
Advanced - configure algorithm details
Write noise estimates for each frame into file - path to log file.
Configure algorithm details: Block-Based
Block-based advanced dialog box
Block size - The parameter influencing on speed of work and accuracy of an estimation. The increase of this parameter reduces accuracy and reduces time of performance. For video with small homogeneous areas it is recommended to use smaller values.
Search step - The parameter influencing on speed of work and stability of an estimation. Great values increase speed of work and reduce stability of an estimation.
Rate - The parameter influencing on reliability and stability of an estimation. Great values are reasonable for using for video with the big homogeneous areas.
Margin - The size of unused edges of the image.
Brightness border - The parameter influencing reliability of an estimation. For video visually strongly polluted it is recommended to increase this parameter.
Configure algorithm details: Spatio-Temporal Gradients
Spatio-temporal gradients advanced dialog box
Evaluation stability - The parameter influencing on stability of an estimation. The increase of this parameter increases stability, but reduces accuracy of an estimation.
Brightness border - The parameter influencing on reliability of an estimation. For video visually strongly polluted it is recommended to increase this parameter.
Job control & AviSynth
The filter supports Job Control, which allows to use it in AviSynth. Example:
LoadVirtualDubPlugin("...\VirtualDub\plugins\MSUNoiseEstimator.vdf","MSU_Noise_Estimator", 0)
clip=AVISource("...\clip_input.avi", false, "RGB24")
clip.ConvertToRGB32.MSU_Noise_Estimator("C:\log.csv", 0)
Parameters
# | Description | Allowed values |
---|---|---|
0 | File | Path to log file |
1 | Algorithm | 0 - MAD 1 - Block-Based 2 - Spatio-Temporal Gradients 3 - All algorithms |
Examples
Each graph shows the examples of noise detection on 4 video sequences: the original one and 3 with noise added.
"Shattered" test sequence. Noise was added using MSU Noise Generator v2.1.
"Susie" test sequence with the removed odd frames. Noise was added using MSU Noise Generator v2.1.
Download
This filter for VirtualDub (112 kb, ZIPped)
- For common questions about filter’s work please contact us: video@graphics.cs.msu.ru
- For commercial license of this filter (commercial usage is not free) please contact us: video-licensing@graphics.cs.msu.ru
-
MSU Benchmark Collection
- Video Colorization Benchmark
- Super-Resolution for Video Compression Benchmark
- Defenses for Image Quality Metrics Benchmark
- Learning-Based Image Compression Benchmark
- Super-Resolution Quality Metrics Benchmark
- Video Saliency Prediction Benchmark
- Metrics Robustness Benchmark
- Video Upscalers Benchmark
- Video Deblurring Benchmark
- Video Frame Interpolation Benchmark
- HDR Video Reconstruction Benchmark
- No-Reference Video Quality Metrics Benchmark
- Full-Reference Video Quality Metrics Benchmark
- Video Alignment and Retrieval Benchmark
- Mobile Video Codecs Benchmark
- Video Super-Resolution Benchmark
- Shot Boundary Detection Benchmark
- The VideoMatting Project
- Video Completion
- Codecs Comparisons & Optimization
- VQMT
- MSU Datasets Collection
- Metrics Research
- Video Quality Measurement Tool 3D
- Video Filters
- Other Projects