8000 GitHub - KejawenLab/BlurryDetection: Blurry Detection using Golang without OpenCV
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Contributors 2

  •  
  •  

Languages

0