text_deblurring_code

所属分类:图形图像处理
开发工具:matlab
文件大小:26928KB
下载次数:3
上传日期:2019-06-05 17:49:01
上 传 者dollylu
说明:  Matlab code for "Deblurring Text Images via L0-Regularized Intensity and Gradient Prior"; demo_text_deblurring 是主函数
(refer to Deblurring Text Images via L0-Regularized Intensity and Gradient Prior)

文件列表:
text_deblurring_code\bilateral_filter.m (1253, 2014-05-23)
text_deblurring_code\blind_deconv.m (5036, 2019-06-04)
text_deblurring_code\blind_deconv_main.m (3638, 2019-06-04)
text_deblurring_code\cho_code\adjust_psf_center.m (1510, 2013-08-17)
text_deblurring_code\cho_code\conjgrad.m (652, 2012-06-25)
text_deblurring_code\cho_code\opt_fft_size.m (1430, 2011-10-05)
text_deblurring_code\cho_code\threshold_pxpy_v1.m (1753, 2013-08-12)
text_deblurring_code\cho_code\wrap_boundary_liu.m (3672, 2011-10-05)
text_deblurring_code\deblurring_adm_aniso.m (2484, 2013-08-27)
text_deblurring_code\demo_text_deblurring.m (7277, 2019-06-04)
text_deblurring_code\estimate_psf.m (1328, 2013-08-08)
text_deblurring_code\image\0015_blur65.png (235369, 2013-08-13)
text_deblurring_code\image\1_pattt_use.png (200184, 2013-08-27)
text_deblurring_code\image\2013622235456945_blur_79.png (126830, 2013-11-21)
text_deblurring_code\image\7_patch_use.png (1016459, 2013-08-09)
text_deblurring_code\image\8_patch_use.png (1107943, 2013-08-09)
text_deblurring_code\image\blurred.png (665025, 2011-02-28)
text_deblurring_code\image\blurred_cho.png (108484, 2013-10-13)
text_deblurring_code\image\boat_input.png (458373, 2013-08-27)
text_deblurring_code\image\color_patch_blur_99.png (298800, 2013-09-22)
text_deblurring_code\image\dragon_patch_use.png (154880, 2013-08-27)
text_deblurring_code\image\DSC0065_small.png (1504691, 2013-09-06)
text_deblurring_code\image\eccv3_blurred.png (6335, 2012-03-03)
text_deblurring_code\image\fountain1_blurry.png (430779, 2012-02-21)
text_deblurring_code\image\hanzi.jpg (537411, 2009-12-29)
text_deblurring_code\image\im01_ker01_blur.png (169850, 2013-10-18)
text_deblurring_code\image\im06_ker01_blur.png (324457, 2013-10-28)
text_deblurring_code\image\im15_ker04_blur.png (232582, 2013-10-28)
text_deblurring_code\image\image_saturation_1.png (600289, 2014-05-23)
text_deblurring_code\image\IMG_0141_small.jpg (117774, 2012-05-13)
text_deblurring_code\image\IMG_0657_sss.JPG (380051, 2012-09-16)
text_deblurring_code\image\IMG_0747_Gaussion.png (361355, 2013-09-21)
text_deblurring_code\image\my_shufa_image_blur_121.png (116320, 2013-09-03)
text_deblurring_code\image\my_test_car6.png (654562, 2013-10-21)
text_deblurring_code\image\new_test_img10_blur.png (52881, 2013-09-05)
text_deblurring_code\image\new_test_img12_blur_129.png (45470, 2013-09-05)
text_deblurring_code\image\new_test_img_blur.png (71080, 2013-09-03)
text_deblurring_code\image\postcard.png (473301, 2010-06-26)
text_deblurring_code\image\street_cars_blurry.jpg (567059, 2011-09-24)
text_deblurring_code\image\test3_blur_55.png (92658, 2013-08-12)
... ...

Title: Matlab code for "Deblurring Text Images via L0-Regularized Intensity and Gradient Prior" Author: Jinshan Pan (sdluran@gmail.com), Zhe Hu (zhu@ucmerced.edu), Zhixun Su (zxsu@dlut.edu.cn), Ming-Hsuan Yang (mhyang@ucmerced.edu). Version: 1.0 Copyright: 2014, Jinshan Pan, Zhe Hu, Zhixun Su, and Ming-Hsuan Yang Matlab code for "Deblurring Text Images via L0-Regularized Intensity and Gradient Prior" ========================================================== This package contains an implementation of the image deblurring algorithm described in the paper: Jinshan Pan, Zhe Hu, Zhixun Su, and Ming-Hsuan Yang, "Deblurring Text Images via L0-Regularized Intensity and Gradient Prior", CVPR 2014. Please cite our paper if using the code to generate data (e.g., images, tables of processing times, etc.) in an academic publication. For algorithmic details, please refer to our paper. ---------------- How to use ---------------- The code is tested in MATLAB 2011b(32bit) under the MS Windows 7 ***bit version with an Intel Xeon CPU@2.53GHz and 12GB RAM. 1. unpack the package 2. include code/subdirectory in your Matlab path 3. Run "demo_text_deblurring.m" to try the examples included in this package. ---------------- User specified parameter: %需要用户设定的参数 ---------------- There are a few parameters need to be specified by users. --------------- Kernel estimation part: %估计模糊核部分 --------------- 'gamma_correct': gamma correction for the input image (typically set as 1 and 2.2) 'kernel_size': the size of blur kernel 'lambda_pixel': the weight for the L0 regularization on intensity (typically set as 4e-3) 'lambda_grad': the weight for the L0 regularization on gradient (typically set as 4e-3) --------------- Non-blind deconvolution part: %盲还原部分 --------------- 'lambda_tv': the weight for the Laplacian prior based deconvolution [1e-3,1e-2]; 'lambda_l0': the weight for the L0 prior based deconvolution typically set as 2e-3, the best range is [1e-4, 2e-3]. 'weight_ring': the larger values help suppress the ringing artifacts. weight_ring=0 imposes no suppression. ---------------- IMPORTANT NOTE ---------------- Note that the algorithm sometimes may converge to an incorrect result. When you obtain such an incorrect result, please re-try to deblur with a slightly changed parameters (e.g., using large blur kernel sizes or gamma correction (2.2)). Should you have any questions regarding this code and the corresponding results, please contact Jinshan Pan (sdluran@gmail.com), Zhe Hu (zhu@ucmerced.edu), Zhixun Su (zxsu@dlut.edu.cn) or Ming-Hsuan Yang (mhyang@ucmerced.edu).

近期下载者

相关文件


收藏者