Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

KejawenLab Blurry Detection using ImageMagick

This package use identify command to get standard deviation index and then comparing to the threshold

Usage

b := identify.BlurryDetection{}
result, err := b.Detect(imagePath)

if err == nil && b.IsBlur {
    fmt.Println(b.Score)
}

About

Blurry Detection using Golang without OpenCV

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages