Pre-processing
  • 22 Apr 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Pre-processing

  • Dark
    Light

Article Summary

Denoise

This example uses median filtering to remove noise. Images with salt and pepper noise are a good fit for this filter.

Download pygraph

Pre-processing_Denoise.pygraph

Download pygraph resource

factory_with_noise.png

Graph in EVA IDE

2-1

Command for this sample

gst-launch-1.0 filesrc location="factory_with_noise.png" ! pngdec ! videoconvert ! videomedian ! imagefreeze ! xvimagesink 


Was this article helpful?

What's Next