Skip to main content

Uses discrete cosine transform coefficients at multiple scales and uses max pooling on the high frequency coefficients to get the sharp areas in an image.

Project description

Spatially-Varying-Blur-Detection-python

python implementation of the paper "Spatially-Varying Blur Detection Based on Multiscale Fused and Sorted Transform Coefficients of Gradient Magnitudes" - cvpr 2017

brief Algorithm overview

Uses discrete cosine transform coefficients at multiple scales and uses max pooling on the high frequency coefficients to get the sharp areas in an image.

Quickstart

This library performs Spatially Varying Blur Detection which is can be used in many applications such as Depth of field estimation, Depth from Focus estimation, Blur Magnification, Deblurring etc.

Installation

To install, run: pip install blur-detector

Usage:

import blur_detector
import cv2
if __name__ == '__main__':
	img = cv2.imread('image_name', 0)
	blur_map = blur_detector.detectBlur(img, downsampling_factor=4, num_scales=4, scale_start=2, num_iterations_RF_filter=3, show_progress=True)

	cv2.imshow('ori_img', img)
	cv2.imshow('blur_map', blur_map)
	cv2.waitKey(0)

As easy as that!!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blur-detector-0.0.6.tar.gz (5.9 kB view details)

Uploaded Source

File details

Details for the file blur-detector-0.0.6.tar.gz.

File metadata

  • Download URL: blur-detector-0.0.6.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for blur-detector-0.0.6.tar.gz
Algorithm Hash digest
SHA256 d0e591e1ad690c8a99336f47fb6ae15719aed19195c81764314f3eef24f87f3a
MD5 5f7c4b664f7cf15528a4e895de9b5147
BLAKE2b-256 e262f4e82ffd1c4ff37ae09ad91b2e6eaf9eb3c3ca63ba28d5e26fdd972d0ecf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page