Is it possible to dash the blurred part of the image?
Right now I am using python with OpenCV. I know only how to load images and display if the image is blurred.
My input is a blurred image:
I would like to get:
I do not have: original/unblurred image.
Output can have still blurred parts but dashed.
Thanks a lot for help!