image-inpainting-depth-map

所属分类:图形图像处理
开发工具:matlab
文件大小:33749KB
下载次数:84
上传日期:2017-01-20 15:02:04
上 传 者5445455
说明:  基于深度图像的图像修复算法,首先得到待修复图像的深度图像,然后利用图像的深度图对破损区域进行修复。
(Based on the image restoration algorithm of depth image, the depth image of the image to be repaired is obtained, and then the damaged region is repaired by using the depth map of the image.)

文件列表:
基于深度图的图像修复\depth-aided inpainting for disocclusion restoration of multi-view images using depth-image-based rendering.pdf (555232, 2016-11-08)
基于深度图的图像修复\基于深度信息的图像修复算法.pdf (910010, 2016-11-01)
基于深度图的图像修复\深度图像修补\color.bmp (2359350, 2011-10-21)
基于深度图的图像修复\深度图像修补\color2.bmp (289242, 2016-11-01)
基于深度图的图像修复\深度图像修补\color2.png (168266, 2014-06-02)
基于深度图的图像修复\深度图像修补\color3.bmp (1021698, 2016-11-01)
基于深度图的图像修复\深度图像修补\color4.bmp (984114, 2016-11-01)
基于深度图的图像修复\深度图像修补\depth.bmp (2359350, 2011-10-21)
基于深度图的图像修复\深度图像修补\depth2.bmp (10128, 2016-11-01)
基于深度图的图像修复\深度图像修补\depth3.bmp (38030, 2016-11-01)
基于深度图的图像修复\深度图像修补\depth4.bmp (60457, 2016-11-01)
基于深度图的图像修复\深度图像修补\impainting.m (1934, 2016-11-01)
基于深度图的图像修复\深度图像修补\result.bmp (2359350, 2016-11-01)
基于深度图的图像修复\深度图像修补\result2.bmp (289242, 2016-11-01)
基于深度图的图像修复\深度图像修补\result3.bmp (1021698, 2016-11-01)
基于深度图的图像修复\深度图像修补\result4.bmp (984114, 2016-11-01)
基于深度图的图像修复\深度图获取\ASW\boxfilter.m (950, 2014-11-12)
基于深度图的图像修复\深度图获取\ASW\coldiff.m (315, 2015-03-28)
基于深度图的图像修复\深度图获取\ASW\coldiff1.m (936, 2016-03-11)
基于深度图的图像修复\深度图获取\ASW\Cp.m (553, 2015-04-02)
基于深度图的图像修复\深度图获取\ASW\downcostagg.m (1031, 2015-09-03)
基于深度图的图像修复\深度图获取\ASW\final_disp.png (9417, 2016-06-11)
基于深度图的图像修复\深度图获取\ASW\leftcostagg.m (1009, 2015-09-03)
基于深度图的图像修复\深度图获取\ASW\logRGB.m (266, 2015-03-31)
基于深度图的图像修复\深度图获取\ASW\midcostagg.m (404, 2016-03-16)
基于深度图的图像修复\深度图获取\ASW\rightcostagg.m (1058, 2015-09-03)
基于深度图的图像修复\深度图获取\ASW\runstereo.m (1478, 2016-03-17)
基于深度图的图像修复\深度图获取\ASW\sdiff.m (238, 2015-03-28)
基于深度图的图像修复\深度图获取\ASW\sdiff1.m (404, 2016-03-11)
基于深度图的图像修复\深度图获取\ASW\Untitled.m (1174, 2016-03-17)
基于深度图的图像修复\深度图获取\ASW\Untitled1.m (1625, 2015-04-16)
基于深度图的图像修复\深度图获取\ASW\upcostagg.m (968, 2015-09-03)
基于深度图的图像修复\深度图获取\guided filter\AdaptiveManifoldFilter-Source-v1.0\adaptive_manifold_filter.m (9028, 2014-11-12)
基于深度图的图像修复\深度图获取\guided filter\AdaptiveManifoldFilter-Source-v1.0\boxfilter.m (950, 2014-11-12)
基于深度图的图像修复\深度图获取\guided filter\AdaptiveManifoldFilter-Source-v1.0\compute_manifold_tree_height.m (1372, 2014-11-12)
基于深度图的图像修复\深度图获取\guided filter\AdaptiveManifoldFilter-Source-v1.0\compute_non_local_means_basis.m (1977, 2014-11-12)
基于深度图的图像修复\深度图获取\guided filter\AdaptiveManifoldFilter-Source-v1.0\example_color_detail_enhancement.m (1763, 2014-11-12)
基于深度图的图像修复\深度图获取\guided filter\AdaptiveManifoldFilter-Source-v1.0\example_edge_aware_filtering.m (1581, 2014-11-12)
基于深度图的图像修复\深度图获取\guided filter\AdaptiveManifoldFilter-Source-v1.0\example_extra_information_denoising.m (2553, 2014-11-12)
基于深度图的图像修复\深度图获取\guided filter\AdaptiveManifoldFilter-Source-v1.0\example_non_local_means_denoising.m (2183, 2014-11-12)
... ...

Matlab demo code accompanying the CVPR11 paper [C. Rhemann, A. Hosni, M. Bleyer, C. Rother, M. Gelautz, Fast Cost-Volume Filtering for Visual Correspondence and Beyond, CVPR11] Contributed by Christoph Rhemann (rhemann@ims.tuwien.ac.at) ----------------------------------------------------------------------------- Important notes: (1) To run our code you need to additionally download the "Guided Image Filter" [K. He, J. Sun, X. Tang, Guided Image Filtering, ECCV10] from Kaiming He's website (http://personal.ie.cuhk.edu.hk/~hkm007/) and extract the files "guidedfilter_color.m" and "boxfilter.m" into the same directory as the other Matlab files. (2) The code is provided for academic use only. Use of the code in any commercial or industrial related activities is prohibited. (3) If you use our code we request that you cite the paper [C. Rhemann, A. Hosni, M. Bleyer, C. Rother, M. Gelautz, Fast Cost-Volume Filtering for Visual Correspondence and Beyond, CVPR11] (4) Please note that the running time and results reported in the paper is from a CUDA implementation. Hence, results and running times do not match this Matlab implementation. ----------------------------------------------------------------------------- Usage: Run “runStereoMatcher.m” to see results for the 4 Middlebury test images.

近期下载者

相关文件


收藏者