# Image processing remove dust

**URL:** https://forum.opencv.org/t/image-processing-remove-dust/5433
**Category:** Python
**Created:** [October 1, 2021, 2:53pm UTC](https://forum.opencv.org/t/image-processing-remove-dust/5433 "2021-10-01T14:53:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![simon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.opencv.org/simon/32/3316_2.png) [@simon](https://forum.opencv.org/u/simon)
#### Post date: [October 1, 2021, 2:53pm UTC](https://forum.opencv.org/t/image-processing-remove-dust/5433/1 "2021-10-01T14:53:16Z")

</div>

Hi all,  
I have a video of a blower, but in this video sometimes I have a lot of floating dust, I’d like to know if it’s possible to remove or detect floating dust in image?  
My objective is to attenuate at maximum the visibility of free floating dust in my image.

---

<div class="post-metadata">

### Author: ![berak](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@berak](https://forum.opencv.org/u/berak)
#### Post date: [October 1, 2021, 2:55pm UTC](https://forum.opencv.org/t/image-processing-remove-dust/5433/2 "2021-10-01T14:55:39Z")

</div>

mandatory example image, please :}  
also, what have you tried, so far ?

---

<div class="post-metadata">

### Author: ![simon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.opencv.org/simon/32/3316_2.png) [@simon](https://forum.opencv.org/u/simon)
#### Post date: [October 1, 2021, 2:57pm UTC](https://forum.opencv.org/t/image-processing-remove-dust/5433/3 "2021-10-01T14:57:40Z")

</div>

Yes sorry

 ![300](https://us1.discourse-cdn.com/flex020/uploads/opencv/original/2X/4/411c126410d02ea2d38f263d0a9cffe607847cbd.jpeg)

---

<div class="post-metadata">

### Author: ![Alejandro\_Silvestri](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.opencv.org/alejandro_silvestri/32/357_2.png) [@Alejandro\_Silvestri](https://forum.opencv.org/u/Alejandro_Silvestri)
#### Post date: [October 3, 2021, 2:58pm UTC](https://forum.opencv.org/t/image-processing-remove-dust/5433/4 "2021-10-03T14:58:50Z")

</div>

Hi @simon

I don’t understand the image. Do you have another photo without the dust to compare?  
What is it? What are those red lines? What did you tried?  
As you may already know, there’s no dust remover in OpenCV. Usually you must use a series of OpenCV functions to achieve your goal.  
The more info you give, more chances to find the right approach.
