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

Search list

[Special EffectsInpaintingCodeAndData

Description: 一种快速的基于传输方程的图像修复算法。参考文献:FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt
Platform: | Size: 22646353 | Author: 舒小雨 | Hits:

[2D GraphicAFMM_Inpainting

Description: 基于快进算法的破损图像修复算法,只要将图像中的破损区域由纯红色标出,该算法即可自动完成对该区域的修复。要求修复图像格式为BMP格式。-algorithm based on fast forward damaged the image restoration algorithms, as long as the image of the region damaged by the pure red mark, The algorithm can automatically complete restoration in the region. Image restoration requirements for the format of BMP format.
Platform: | Size: 3031040 | Author: 屈磊 | Hits:

[Special EffectsAFMMInpainting

Description: Famous Image Inpainting Codes.
Platform: | Size: 2848768 | Author: rr | 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:

[Special Effectsimageinpainting

Description: 基于快速行进法的快速图像修复算法与TV对比-Fast Marching Method Based on the fast image restoration algorithm and TV Comparison
Platform: | Size: 668672 | Author: 韩丽 | Hits:

[OtherfastandTV

Description: tv inpainting,fast inpainting 的matlab程序,以供参考-tv inpainting, fast inpainting the matlab procedure for reference
Platform: | Size: 2048 | Author: 沈华 | Hits:

[Special EffectsAFMM_Inpainting

Description: "An Image Inpainting Technique Based on the Fast Marching Method"文章中使用的图像修复方法-Sample C++ source code for the inpainting technique and with demo images as used in the "An Image Inpainting Technique Based on the Fast Marching Method"
Platform: | Size: 4430848 | Author: wulaioyouke | Hits:

[GDI-BitmapBitmapExample1

Description: 不错,有fast和TV两方法,运行时只能一次打开一次运行。DIB。只是只能那一幅图片。-Digital image inpainting
Platform: | Size: 4022272 | Author: 伊人 | Hits:

[CSharpFDDI

Description: Fast Digital image inpainting implementation
Platform: | Size: 1024 | Author: Luca | Hits:

[matlabmodifiedconvolution

Description: Powerful and fast image inpainting algorithm used convolution based method
Platform: | Size: 1122304 | Author: elwismw | Hits:

[Special EffectsRapid-image-inpainting

Description: 在对局部特征分析的基础上,进行的一种快速自适应模板图像修复算法-Fast adaptive template image restoration algorithm
Platform: | Size: 452608 | Author: 孙蕾蕾 | Hits:

[Special EffectsImage-Inpainting

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:

[Special Effectsfast-image-inpainting

Description: V模型算法是目前较为流行的图像修复算法,但其修复速度慢,修复效果不是太理想。文章对TV模型进行改进,采用从外到内的修复顺序,并完全采用已知区域信息对图像进行修复,所有待修复的点仅需1次迭代便可完成修复-The V-model algorithm for image restoration algorithm is currently more popular, but its slow repair, the repair effect is not too satisfactory. Article to improve the TV model, the use of a repair order from outside to inside, and fully known regional information to repair the image, all point to be repaired only one iterations to complete the repair
Platform: | Size: 830464 | Author: Ankiss | Hits:

[Special EffectsLBM-for-image-inpainting

Description: 格子波尔兹曼来实现图像修复,能够快速高效的实现图像修复-Lattice Boltzmann for image restoration, fast and efficient image restoration
Platform: | Size: 556032 | Author: Eidan | Hits:

[Special Effects7

Description: 本文提出一种基于边缘自适应小波变换的多尺度图像修复算法,对非纹理图像有比较好的修复效 果。边缘自适应小波变换的基本思想是,先检测出图像的主要边缘,这些边缘把图像分割成几个平滑区,然后 对图像进行不跨越边缘的小波分解,即在各平滑区内部进行小波变换,得到图像的多尺度表示,并且同时计算 边缘的多尺度表示。这样的小波分解使高频信息基本都集中在边缘上,而高频系数则非常稀疏,而且都接近 于零。在此基础上进行图像修复,就只需要对低频部分与边缘图像进行修复,然后重构得到修复图像即可。 经过小波分解,低频部分破损区域大大缩小,用比较简单的插值方法就可进行修复,大大降低了计算量。对边-Abstract:A fast inpainting algorithm based on edge—adaptive wavelet transform are in— troduced in this paper.The main idea of edge-adaptive wavelet transform is to firstly de— tect the main edges of the image and then carry Out a wavelet transform not cross those ed— ges.It makes the high—frequency coefficients more sparse and more weak.After this kind of wavelet transform。inpainting only need to fill in the low—frequency sub—band and con— nect the broken edges.Because the inpainting field become more small in the Iow—frequen— cy sub—band,it only need a simple
Platform: | Size: 512000 | Author: 孙红娟 | Hits:

[Special Effects9-(2)

Description: 传统的图像修复算法速度慢, 对大面积的破损区域修复效果较差. 本文针对 这一缺点, 首先对待修复图像进行小波分解, 使得图像的破损区域在低频部分留下 的空洞大为缩小, 然后利用基于快速行进法( FM M) 的图像修复算法修复低频部分 的破损区域, 再利用低频信息来预测相应的高频信息, 最后进行小波重构, 并对受 损部分进行自然化处理, 得到修复的图像. 仿真实验结果表明, 本文提出的算法速 度快, 修复结果基本恢复了原有的视觉效果.-Chan T , Ng M , Yan A, et a l. Super resolutio n Image Reco nstr uct ion Using Fast Inpa inting Algo rithms [ J] . Applied and Computatio nal Harmonic Analy sis, 2007, 23( 1) : 3~24. [ 7]  Chan T, Shen, J, Zho u Hao-M in, et a l. To tal Var iat ion Wavelet Inpainting [ J] . Jo ur nal o f Mat hema tical Imag e and Vision, 2006, 25( 1) : 107~125. [ 8]  Alex andr ua Telea. An Im age Inpainting Technique
Platform: | Size: 373760 | Author: 孙红娟 | Hits:

[Special Effects9

Description: 针对传统的空间域纹理图像修复算法计算量大、修复时间长的缺点, 本文提出了一种纹理图像的快速修复算法。该算 法的基本思想是在小波域中利用小波系数的能量来确定待修复块的填充顺序, 并结合纹理合成的方法填充待修复区。实验结 果表明, 该算法不仅可以大大提高纹理图像的修复速度, 而且在峰值信噪比和主观视觉效果上都优于传统的图像修复算-Trad itional spatia-l doma in inpainting algorithm s for tex ture image need comp licated computat ion and consume a long t ime. A fast inpainting algorithm for tex ture image is proposed by determ in ing the order o f the filling blocks using the energ ies o f w avelet coeffic ients in w ave let dom ain, and filling the inpa in ting b locks using tex ture synthesis method. Experimental resu lts show that the a lgorithm not on ly improves inpainting speed g reat ly, but a lso achieves better peak signa l no ise rat io ( PSNR ) and higher v isual qua lity.
Platform: | Size: 809984 | Author: 孙红娟 | Hits:

CodeBus www.codebus.net