Description: implementation of "Region Filling and Object Removal by Exemplar-Based Image Inpainting" and "Gradient based image completion by solving the Poisson equation" Platform: |
Size: 2332629 |
Author:gweizon@hotmail.com |
Hits:
Description: 采用M.Bertalmio and G.Sapiro论文中算法的图像修复C++代码。需要提供原始破损图像和破损区域的掩模图像,修复结果实时显示。-used Bertalmio and G. M. Sapiro papers algorithm for image restoration generation C yards. The need for the original image and damaged the damaged region mask images, results, real-time repair. Platform: |
Size: 1282048 |
Author:屈磊 |
Hits:
Description: object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全-object removal in image processing means that users can remove images of an object, the algorithm can automatically use the background information to fill empty, reaching out is not to look over the effectiveness of treatment, also known as inpainting, the program by matlab languages, has very good results, documents, presentations, test images have complete Platform: |
Size: 1769472 |
Author:辜嘉 |
Hits:
Description: Image inpainting的C语言源码,用来修复破损图像。-Image inpainting the C language source code, used to repair damaged images. Platform: |
Size: 134144 |
Author:kcv |
Hits:
Description: Image inpainting,用来修复3D图形中的破损区域。附CG文件。-Image inpainting, used to repair damaged 3D graphics in the region. CG attached document. Platform: |
Size: 778240 |
Author:kcv |
Hits:
Description: 一种快速的基于传输方程的图像修复算法。参考文献:FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt-A fast transfer equation-based image restoration algorithm. References: FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt Platform: |
Size: 22645760 |
Author:舒小雨 |
Hits:
Description: 图像修复的经典文献:Image inpainting by global structure and texture propagation-Image Inpainting classic literature: Image inpainting by global structure and texture propagation Platform: |
Size: 5528576 |
Author:chenlx |
Hits:
Description: 关于图像修复的非常经典的电子文档,详尽描写了一种改进的inpainting算法-Image Inpainting on the very classic electronic documents, a detailed description of an improved algorithm for inpainting Platform: |
Size: 1889280 |
Author:jackchen |
Hits:
Description: image inpainting
-CS7495 Final Project
Sooraj Bhat
Object Removal by Exemplar-based Inpainting
USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint( bungee0.png , bungee1.png ,[0 255 0])
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint( bw0.png , bw2.png ,[0 255 0])
To visualize:
plotall
close movie(mov)
SAMPLE IMAGES & RESULTS
*0.png The original images ( bw and bungee )
*{1,2}.png The different fill region masks.
*P2.png Plots of confidence and data terms.
*P5.png Plots of original, fill region, inpainted images and
confidence and data terms.
Other images in the dir contain redundant information. I di Platform: |
Size: 1769472 |
Author:majb |
Hits:
Description: implementation of the inpainting algorithm in the papers
"Region Filling and Object Removal by Exemplar-Based Image Inpainting"
and
"Gradient based image completion by solving the Poisson equation" Platform: |
Size: 2332672 |
Author:Wu |
Hits:
Description: 在图像修复的理论和模型基础上,本文研究图像修复的快速算法并力求保持图像的强边缘。-In the image restoration based on the theories and models, this paper fast algorithm for image restoration and strive to maintain a strong image edges. Platform: |
Size: 4828160 |
Author: |
Hits:
Description: 在图像修复的理论和模型基础上,介绍了一种图像修复的新模型。-In the image restoration based on the theories and models, introduces a new model for image restoration. Platform: |
Size: 299008 |
Author: |
Hits:
Description: 通过进行吉布斯抽样和PDE扩散来进行图像修复。原始图像具有(红色、绿色、蓝色)波段,通过在原始图像的红带上施加掩码图像来生成失真图像。(This is a task of image restoration and inpainting with two methods - **Gibbs sampler** and **PDE diffusion**. The original image has (Red, Green, Blue) bands, and the distorted image is created by imposing the mask image on the Red-band of the original image.) Platform: |
Size: 1658880 |
Author:markyT |
Hits:
Description: 这个文件描述了我们用来获取结果的MATLAB文件,
以及如何再现它们的说明。文件列表包括:buildDictionary.m dictionary.mat get_degrees inPainting.m
OMP.m overDCTdict.m overlap_col2im.m overlap_im2col.m peel_mask.m SMP.m(This file describes matlab files that we used to obtain our results,
together with instructions for how can they be reproduced.) Platform: |
Size: 4817920 |
Author:markyT |
Hits: