Skip to content

KejawenLab/BlurryDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages