spmallick / learnopencv

Learn OpenCV : C++ and Python Examples
https://www.learnopencv.com/
21.28k stars 11.61k forks source link

Face Blurring and Deblurring #609

Open hrugved06 opened 3 years ago

hrugved06 commented 3 years ago

I would like to add a feature that can blur the faces in a picture or a video as it has various use cases and also I will be adding a feature where the blurry images and be deblurred into a clean image regaining the facial details with the help of end-to-end CNN with the help of Keras.

Any suggestions would be really helpful :-)

Deblurring Example

Deblur

brmarkus commented 3 years ago

Sounds interesting!

OSSdeveloper143 commented 3 years ago

I would like to add a feature that can blur the faces in a picture or a video as it has various use cases and also I will be adding a feature where the blurry images and be deblurred into a clean image regaining the facial details with the help of end-to-end CNN with the help of Keras.

Any suggestions would be really helpful :-)

Deblurring Example

Deblur

Seems a useful case scenario. All the best.