wu9961 / Blur_image_check

The code takes path to the image as input as uses laplacian operator to find the variance of the image, compares it with the threshold and returns 1 or 0 representing blurred and not blurred respectively.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blur_image_check

The code takes path to the image as input as uses laplacian operator to find the variance of the image, compares it with the threshold and returns 1 or 0 representing blurred and not blurred respectively.

About

The code takes path to the image as input as uses laplacian operator to find the variance of the image, compares it with the threshold and returns 1 or 0 representing blurred and not blurred respectively.


Languages

Language:C++ 63.3%Language:CMake 36.7%