Welcome![Sign In][Sign Up]
Location:
Search - inpainting

Search list

[Special Effectsinpainting

Description: object removal在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全
Platform: | Size: 1770253 | Author: 辜嘉 | Hits:

[SourceCodeimage inpainting

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:

[2D Graphicexemplar-based image inpainting

Description: exemplar-based image inpainting 基于样例的图像修复算法
Platform: | Size: 1769903 | Author: belief_if@sohu.com | Hits:

[2D GraphicInpainting

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:

[Special EffectsCImg-1-19

Description: 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
Platform: | Size: 13052928 | Author: zhuboy | Hits:

[Special EffectsAFMMInpainting

Description: Famous Image Inpainting Codes.
Platform: | Size: 2848768 | Author: rr | Hits:

[Special Effectsinpainting

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:

[GDI-BitmapBitmapExample

Description: 图像修复,包括fast inpainting 和tv inpainting两种修复方法
Platform: | Size: 198656 | Author: 沈华 | Hits:

[2D Graphicpicturefixer

Description: Image inpainting的C语言源码,用来修复破损图像。-Image inpainting the C language source code, used to repair damaged images.
Platform: | Size: 134144 | Author: kcv | Hits:

[3D Graphicpicfix2web

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:

[Special EffectsInpaintingCodeAndData

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:

[matlabinpainting

Description: use TV and harmonic method to Inpainting
Platform: | Size: 5120 | Author: XU XIAOJUN | Hits:

[VC/MFCinpainting

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:

[2D Graphicinpainting

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:

[Picture Viewerinpainting

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: 1795072 | Author: chenlu | Hits:

[Special EffectsInpainting

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:

[OtherInpainting-Based-on-PDE

Description: 一种新的基于偏微分方程的图像修复,该文比较了CDD 图像修复模型和快速图像修复模型的性能。它们都满足“连接整体性准则”,对于 具有较大破损区域及细小边缘的图像具有良好的修复能力。但是前者修复速度较慢,而后者可以克服CDD 修复速度较慢的缺点。-Novel Image Inpainting Based on Partial Differential Equation
Platform: | Size: 1089536 | Author: xiaozhu | Hits:

[Special Effectsimage-inpainting-master

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:

[Special EffectsColor-Image-Inpainting-master

Description: 基于正交匹配追踪和KSVD算法的图像修复。(Image inpainting based on OMP and KSVD algorithm)
Platform: | Size: 7774208 | Author: markyT | Hits:

[Special EffectsETH-Image-Inpainting-master

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:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net