Pointwise Shape-Adaptive DCT Demobox - Public release v1.40 (5 october 2006)
------------------------------------------------------------------------------------------------------------
(c) 2005-2006
Alessandro Foi
Kostadin Dabov
Tampere University of Technology, Tampere, FINLAND
http://www.cs.tut.fi/~foi/SA-DCT
------------------------------------------------------------------------------------------------------------
The package comprises five demos
demo_SADCT_denoising.m (denoising of grayscale images),
demo_SADCT_color_denoising.m (denoising of color images),
demo_SADCT_deblocking.m (deblocking and deringing of grayscale and color B-DCT compressed images),
demo_SADCT_deblurring.m (deblurring of grayscale images),
demo_SADCT_inverse_halftoning.m (reconstruction of grayscale images from binary halftones)
and a function which shows the adaptive-shape neighborhoods which are used in the demos as supports of the
Shape-Adaptive DCT transform
function_shape_explorer.m (visualization of the adaptive-shape neighborhoods).
The demos are open-source, and may be modified and tuned to be exploited with other data.
Each demo calls a pair of functions in order to perform hard-thresholding and Wiener filtering in SA-DCT domain.
In particular, the denoising and deblocking demos use
function_SADCT_thresholding_fast.dll (hard-thresholding in SA-DCT domain),
function_SADCT_wiener_fast.dll (Wiener-filtering in SA-DCT domain),
while the deblurring demo uses the pair
function_SADCT_RI_thresholding.dll (hard-thresholding in SA-DCT domain for regularized inverse),
function_SADCT_RW_wiener.dll (Wiener-filtering in SA-DCT domain for regularized-Wiener inverse).
Two more functions are called by the color denoising demo in order to perform color-space transformations:
function_rgb2LumChrom.m (inverse transformation),
function_LumChrom2rgb.m (forward transformation).
Starting from v1.10, a new function function_AnisLPAICI8.p is introduced to perform the Anisotropic LPA-ICI adaptive-scale
selection. It provides four to five times faster processing for the LPA-ICI part and requires much less memory than the
previous general code based on conv2 and function_ICI code.
Requirements:
This demobox is developed for Matlab version 7 and the dll's are compiled for x86 (Pentium3, Athlon, or better)+Windows.
This demobox requires a few functions from the Anisotropic Nonparametric Image Restoration Demobox
of LASIP Project (available for download at http://www.cs.tut.fi/~lasip/). It is suggested that the
Pointwise Shape-Adaptive DCT Demobox and the Anisotropic Nonparametric Image Restoration Demobox are
installed in the same folder.
The deblocking demo demo_SADCT_deblocking.m uses the function jpeg_read.dll from the Matlab JPEG Toolbox by Phil Sallee.
A complete release of this toolbox is included in our distribution in the file JPEG_Toolbox_MATLAB_1.4.zip.
What's new in this release:
changes from version 1.40 to 1.31:
+ added: demo_SADCT_inverse_halftoning.m (demo for reconstruction of grayscale images from binary halftones)
* updated: function_rgb2LumChrom.m (cleaner code)
* updated: function_LumChrom2rgb.m (cleaner code)
* updated: demo_SADCT_deblurring.m (cleaner code)
* updated: demo_SADCT_deblocking.m (added option to disable coefficient alignment)
* updated: demo_SADCT_denoising.m (added option to disable coefficient alignment)
* updated: demo_SADCT_color_denoising.m (added option to disable coefficient alignment)
* updated: function_SADCT_RW_wiener.dll (minor fix to regularization term)
changes from version 1.31 to 1.30:
! bugfix: demo_SADCT_deblurring.m (fixed: calculation of RW variance)
changes from version 1.30 to 1.20:
* updated: demo_SADCT_deblocking.m (added option to disable coefficient alignment)
* updated: demo_SADCT_denoising.m (added option to disable coefficient alignment)
* updated: demo_SADCT_color_denoising.m (added option to disable coefficient alignment)
* updated: function_SADCT_thresholding_fast.dll (now works with Pentium3/Athlon CPU, coeff. alignment can be disabled)
* updated: function_SADCT_wiener_fast.dll (now works with Pentium3/Athlon CPU, coeff. alignment can be disabled)
* updated: function_SADCT_RI_thresholding.dll (now works with Pentium3/Athlon CPU)
* updated: function_SADCT_RW_wiener.dll (now works with Pentium3/Athlon CPU)
changes from version 1.10 to 1.20:
+ added: demo_SADCT_deblocking.m (demo for deblocking and deringing of grayscale and color images)
* updated: demo_SADCT_denoising.m (added blocksize parameter to constrain the maximum size of the filtering block)
* updated: demo_SADCT_color_denoising.m (added blocksize parameter to constrain the maximum size of the filtering block)
* updated: function_shape_explorer.m (added blocksize parameter to constrain the maximum size of the filtering block)
changes from version 1.04 to 1.10:
+ added: function_AnisLPAICI8.p (enables much faster calculation of h_opt_Q, lower memory requirements)
* updated: demo_SADCT_denoising.m (uses function_AnisLPAICI8, added speed-up factor parameter)
* updated: demo_SADCT_color_denoising.m (uses function_AnisLPAICI8, added speed-up factor parameter)
changes from version 1.03 to 1.04:
! bugfix: demo_SADCT_deblurring.m (fixed: boundary handling for calculation of variance of LPA estimates)
changes from version 1.02 to 1.03:
* updated: demo_SADCT_denoising.m (improved comments, cleaner code, new image cropping, and more visualization options)
* updated: demo_SADCT_color_denoising.m (improved comments, cleaner code, new image cropping, and more visualization options)
* updated: function_rgb2LumChrom.m (improved comments and cleaner code)
* updated: function_LumChrom2rgb.m (improved comments and cleaner code)
* updated: function_shape_explorer.m (improved comments)
* updated: function_SADCT_thresholding_fast.dll (faster processing of constant blocks)
changes from version 1.01 to 1.02:
! bugfix: function_SADCT_thresholding_fast.dll (fixed: number of harmonics for square blocks)
changes from version 1.00 to 1.01:
! bugfix: function_SADCT_thresholding_fast.dll (fixed: preservation of mean for square blocks)
+ added: function_shape_explorer.m (shows adaptive-shape supports of SA-DCT)
Future additions:
A Linux version of the SA-DCT functions might be released in the future.
Updates, examples, publications, presentations, etc. can be found at http://www.cs.tut.fi/~foi/SA-DCT
Disclaimer:
Any unauthorized use of these routines for industrial or profit-oriented activities is expressively prohibited.
By downloading and/or using any of these files, you implicitly agree to all the terms of the TUT limited license
(included in the file Legal_Notice.txt).
Feedback:
The authors of the Pointwise Shape-Adaptive DCT Demobox can be contacted at their respective email addresses
firstname.lastname@tut.fi
chent1995
- 粉丝: 2
- 资源: 7
最新资源
- 高分毕业设计-外卖点餐系统基于Vue+SpringBoot+MySQL的项目源码+数据库+文档说明
- 智慧校园后勤管理系统源代码全套技术资料.zip
- MATLAB代码:考虑多微网电能互补与需求响应的微网双层优化模型 关键词:多微网 电能互补 需求响应 双层优化 动态定价 能量管理 参考文档:《自编文档》 仿真平台:MATLAB+CPLEX 主要
- 小程序毕业设计项目-音乐播放器
- 全国高校计算机能力挑战赛往届真题整理
- MATLAB代码:计及碳排放交易及多种需求响应的微网 电厂日前优化调度 关键词:碳排放交易 需求响应 空调负荷 电动汽车 微网 电厂优化调度 参考文档:计及电动汽车和需求响应的多类电力市场下
- 基于springboot的调查问卷管理系统源代码全套技术资料.zip
- 前端分析-2023071100789
- 前端分析-2023071100789
- SDUT linux期末理论题题库+大题复习资料+7次实验报告
- 环境监测系统源代码全套技术资料.zip
- matlab实现变分贝叶斯的自适应卡尔曼滤波-matlab-变分贝叶斯-自适应卡尔曼-卡尔曼滤波
- 2020防封云赏修复版视频打赏源码V8.5终结版
- matlab实现花朵授粉算法FPA求解混合流水车间调度HFSP-混合流水车间调度-HFSP-matlab-花朵授粉算法
- 深圳建设施工项目安全生产检查、验收管理制度.docx
- 深圳建设施工项目安全生产奖惩管理制度.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈