CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Inpainting
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Inpainting - List
[
Special Effects
]
inpainting
DL : 0
object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全
Update
: 2008-10-13
Size
: 1.69mb
Publisher
:
辜嘉
[
SourceCode
]
image inpainting
DL : 1
implementation of "Region Filling and Object Removal by Exemplar-Based Image Inpainting" and "Gradient based image completion by solving the Poisson equation"
Update
: 2011-03-11
Size
: 2.22mb
Publisher
:
gweizon@hotmail.com
[
2D Graphic
]
exemplar-based image inpainting
DL : 0
exemplar-based image inpainting 基于样例的图像修复算法
Update
: 2011-08-30
Size
: 1.69mb
Publisher
:
belief_if@sohu.com
[
2D Graphic
]
Inpainting
DL : 0
采用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.
Update
: 2025-02-19
Size
: 1.22mb
Publisher
:
屈磊
[
Special Effects
]
CImg-1-19
DL : 0
CImg库的最新版本,特别在plugin中添加了greycstoration算法(非常强悍的去噪,放大与inpainting算法),perona-Malik各向异性扩散,热扩散等算法,希望更多人研究变分与PDE的图像处理,特别是数学系的朋友-CImg for the latest version, In particular, adding the plugin greycstoration algorithm (very tough denoising Large and inpainting algorithm), perona-Malik anisotropic diffusion. Thermal dispersion algorithm hope that more people study variational PDE and the image processing, in particular the Department of Mathematics friends
Update
: 2025-02-19
Size
: 12.45mb
Publisher
:
zhuboy
[
Special Effects
]
AFMMInpainting
DL : 0
Famous Image Inpainting Codes.
Update
: 2025-02-19
Size
: 2.72mb
Publisher
:
rr
[
Special Effects
]
inpainting
DL : 0
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
Update
: 2025-02-19
Size
: 1.69mb
Publisher
:
辜嘉
[
GDI-Bitmap
]
BitmapExample
DL : 0
图像修复,包括fast inpainting 和tv inpainting两种修复方法
Update
: 2025-02-19
Size
: 194kb
Publisher
:
沈华
[
2D Graphic
]
picturefixer
DL : 0
Image inpainting的C语言源码,用来修复破损图像。-Image inpainting the C language source code, used to repair damaged images.
Update
: 2025-02-19
Size
: 131kb
Publisher
:
kcv
[
3D Graphic
]
picfix2web
DL : 0
Image inpainting,用来修复3D图形中的破损区域。附CG文件。-Image inpainting, used to repair damaged 3D graphics in the region. CG attached document.
Update
: 2025-02-19
Size
: 760kb
Publisher
:
kcv
[
Special Effects
]
InpaintingCodeAndData
DL : 1
一种快速的基于传输方程的图像修复算法。参考文献:FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt-A fast transfer equation-based image restoration algorithm. References: FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt
Update
: 2025-02-19
Size
: 21.6mb
Publisher
:
舒小雨
[
matlab
]
inpainting
DL : 0
use TV and harmonic method to Inpainting
Update
: 2025-02-19
Size
: 5kb
Publisher
:
XU XIAOJUN
[
VC/MFC
]
inpainting
DL : 0
关于图像修复的非常经典的电子文档,详尽描写了一种改进的inpainting算法-Image Inpainting on the very classic electronic documents, a detailed description of an improved algorithm for inpainting
Update
: 2025-02-19
Size
: 1.8mb
Publisher
:
jackchen
[
2D Graphic
]
inpainting
DL : 0
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
Update
: 2025-02-19
Size
: 1.69mb
Publisher
:
majb
[
Picture Viewer
]
inpainting
DL : 0
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
Update
: 2025-02-19
Size
: 1.71mb
Publisher
:
chenlu
[
Special Effects
]
Inpainting
DL : 0
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"
Update
: 2025-02-19
Size
: 2.22mb
Publisher
:
Wu
[
Other
]
Inpainting-Based-on-PDE
DL : 0
一种新的基于偏微分方程的图像修复,该文比较了CDD 图像修复模型和快速图像修复模型的性能。它们都满足“连接整体性准则”,对于 具有较大破损区域及细小边缘的图像具有良好的修复能力。但是前者修复速度较慢,而后者可以克服CDD 修复速度较慢的缺点。-Novel Image Inpainting Based on Partial Differential Equation
Update
: 2025-02-19
Size
: 1.04mb
Publisher
:
xiaozhu
[
Special Effects
]
image-inpainting-master
DL : 0
通过进行吉布斯抽样和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.)
Update
: 2025-02-19
Size
: 1.58mb
Publisher
:
markyT
[
Special Effects
]
Color-Image-Inpainting-master
DL : 0
基于正交匹配追踪和KSVD算法的图像修复。(Image inpainting based on OMP and KSVD algorithm)
Update
: 2025-02-19
Size
: 7.41mb
Publisher
:
markyT
[
Special Effects
]
ETH-Image-Inpainting-master
DL : 0
这个文件描述了我们用来获取结果的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.)
Update
: 2025-02-19
Size
: 4.59mb
Publisher
:
markyT
«
1
2
3
4
5
6
7
8
9
10
...
16
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.