Skip to content

tianshanfz/blur-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

blur-estimation

This is a C++ implementation of paper "The Blur Effect: Perception and Estimation with a New No-Reference Perceptual Blur Metric".

Estimate the blurriness of a color image

Dependency: openCV

Use it like this:

void demo() { //... cv::Mat origin=cv::imread("input.png"); BlurEstimation estimater(origin); cout<<estimater.estimate(); //... }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages