Smart Deblur Portable 1.27 is an image utility that can sharpen out of focus and blurry images that can't be improved with normal image processing tools. It's packaged in PortableApps.com Format so it can easily integrate with the PortableApps.com Platform. And it's open source and completely free
Smart Deblur Portable is packaged in a PortableApps.com Installer so it will automatically detect an existing PortableApps.com installation when your drive is plugged in. It supports upgrades by installing right over an existing copy, preserving all settings. And it's in PortableApps.com Format, so it automatically works with the PortableApps.com Platform including the Menu and Backup Utility.
The SmartDeblur is a tool for restoration of defocused and blurred images.
Written on C++ using Qt 4.8. Algorithm based on several deconvolution technics (Wiener, Tikhonov, Total Variation prior).
Supported defect types: - Out of Focus blur (with kernel deep tuning)
- Motion blur
- Gaussian blur
SmartDeblur uses the FFTW library which provides fast fourier tranformation implementation.
Main functions: - High speed. Processing of an image with the size of 2048*1500 pixels takes about 300ms in the Preview mode (when adjustment sliders can move). But high-quality processing may take a few minutes
- Real-time parameters changes applying (without any preview button)
- Full resolution processing (without small preview window)
- Deep tuning of kernel parameters
- Easy and friendly user interface
- Help screen with image example
- Deconvolution methods: Wiener, Tikhonov, Total Variation prior
Detailed description of algorithms and methods you can see at my articles:
Restoration of defocused and blurred images (part 1) - theory - теория Restoration of defocused and blurred images (part 2) - practice - практика