This package use identify command to get standard deviation index and then comparing to the threshold
b := identify.BlurryDetection{}
result, err := b.Detect(imagePath)
if err == nil && b.IsBlur {
fmt.Println(b.Score)
}| Name | Name | Last commit date | ||
|---|---|---|---|---|