运动模糊 Resources

Showing items tagged with "运动模糊"

Motion Blur Parameter Estimation with Direction Calculator - MATLAB-based implementation for motion blur image restoration algorithm focusing on blur direction estimation techniques

MATLAB 201 views Tagged

Restoration of more realistic motion-blurred images, specifically limited to horizontally or vertically blurred images. Key reference: "Removing Camera Shake from a Single Image" from SIGGRAPH 2006. The implementation typically involves using deconvolution algorithms with point spread function (PSF) estimation to reverse motion blur effects.

MATLAB 218 views Tagged

A self-developed MATLAB implementation for estimating motion blur direction using Hough transform, containing one well-documented M-file with detailed comments. This resource provides practical insights for image restoration learners, featuring algorithm implementation details and key function explanations for motion blur analysis.

MATLAB 239 views Tagged

This radon-based image motion blur parameter estimation program calculates blur angle and blur scale parameters, though oversized images require preprocessing before use - implementing Radon transform analysis and peak detection algorithms to extract motion blur characteristics from image spectra.

MATLAB 226 views Tagged