flow2ml / Flow2ML

An Open Source Library to make Machine Learning process much Simpler
MIT License
25 stars 26 forks source link

Detect blur using Laplacian filter #140

Closed rubyruins closed 3 years ago

rubyruins commented 3 years ago

Description:

Added a method to check and detect blur in all images provided by the user to check if the focus measure if below a certain threshold. The threshold used here is 100.

Type of change:

Checklist:

Screenshots / Video:

chebroluharika commented 3 years ago

@rubyruins can you change message to show in console to “blurriness detected in [list of images]”. Do you want us to keep them or remove them. According to the output, please take a action

rubyruins commented 3 years ago

@chebroluharika I've made the changes