matlab_source_code

所属分类:图形图像处理
开发工具:matlab
文件大小:10KB
下载次数:2
上传日期:2019-09-27 16:02:09
上 传 者
说明:  LLR(local Laplace filter)的源代码
(The code of local laplace filter.)

文件列表:
matlab_source_code (0, 2011-08-08)
matlab_source_code\child_window.m (355, 2011-04-14)
matlab_source_code\downsample.m (1235, 2011-04-16)
matlab_source_code\gaussian_pyramid.m (785, 2011-04-14)
matlab_source_code\lapfilter.m (4599, 2011-09-17)
matlab_source_code\lapfilter_core.m (3509, 2011-09-17)
matlab_source_code\lapfilter_demo.m (3978, 2011-09-17)
matlab_source_code\laplacian_pyramid.m (1251, 2011-04-14)
matlab_source_code\LICENSE (1056, 2011-08-08)
matlab_source_code\numlevels.m (350, 2011-04-14)
matlab_source_code\pyramid_filter.m (415, 2011-04-14)
matlab_source_code\reconstruct_laplacian_pyramid.m (1074, 2011-03-18)
matlab_source_code\upsample.m (1504, 2011-04-16)

% Laplacian Filtering % - public Matlab implementation for reproducibility % - about 30x slower than our single-thread C++ version % % These scripts implement edge-aware detail and tone manipulation as % described in Paris, Hasinoff, and Kautz, "Local Laplacian Filters: % Edge-aware Image Processing with a Laplacian Pyramid", ACM % Transactions on Graphics (Proc. SIGGRAPH 2011), 30(4), 2011. % % The key scripts: % lapfilter_core.m - the core algorithm % lapfilter.m - wrapper defining our remapping functions, etc. % lapfilter_demo.m - some examples, and scripts to generate % results in supplementary material % % Includes Laplacian pyramid routines adapted from Tom Mertens' % Matlab implementation. % % sam.hasinoff@gmail.com, April 2011 %

近期下载者

相关文件


收藏者