AFMM_Inpainting

所属分类:图形图像处理
开发工具:Visual C++
文件大小:8038KB
下载次数:12
上传日期:2013-09-25 21:51:59
上 传 者mashanghuilai
说明:  图像修复,对图像中污损点进行修复,以恢复图像原来的内容
(Image restoration, the image of the fouling point to repair, to restore the original contents of the image)

文件列表:
AFMM_Inpainting (0, 2013-08-13)
AFMM_Inpainting\3466099AFMM_Inpainting.rar (3031478, 2013-07-19)
AFMM_Inpainting\AFMM.dsp (5681, 2005-06-28)
AFMM_Inpainting\AFMM.dsw (533, 2002-05-15)
AFMM_Inpainting\AFMM.exe (81920, 2003-02-03)
AFMM_Inpainting\AFMM.ncb (1911808, 2013-07-20)
AFMM_Inpainting\AFMM.opt (167424, 2005-06-28)
AFMM_Inpainting\AFMM.plg (1032, 2005-06-28)
AFMM_Inpainting\AFMM.sln (867, 2013-07-19)
AFMM_Inpainting\AFMM.sln.old (908, 2003-06-02)
AFMM_Inpainting\AFMM.suo (20480, 2013-07-20)
AFMM_Inpainting\AFMM.suo.old (7680, 2003-06-02)
AFMM_Inpainting\AFMM.vcproj (6149, 2013-07-20)
AFMM_Inpainting\AFMM.vcproj.20111008-1906.Administrator.user (1429, 2013-07-20)
AFMM_Inpainting\AFMM.vcproj.7.00.old (4766, 2003-06-02)
AFMM_Inpainting\astro.bmp (518214, 2002-06-04)
AFMM_Inpainting\astro_scratch.bmp (518214, 2002-09-11)
AFMM_Inpainting\byteswap.cpp (675, 2001-12-20)
AFMM_Inpainting\Debug (0, 2013-07-22)
AFMM_Inpainting\Debug\AFMM.exe.embed.manifest (2048, 2013-07-19)
AFMM_Inpainting\Debug\BuildLog.htm (4306, 2013-07-19)
AFMM_Inpainting\ed.bmp (656694, 2002-11-28)
AFMM_Inpainting\ed_scratch.bmp (656694, 2002-11-28)
AFMM_Inpainting\flags.cpp (5560, 2013-07-20)
AFMM_Inpainting\fmm.cpp (5258, 2013-07-20)
AFMM_Inpainting\fruit.bmp (730854, 2002-06-04)
AFMM_Inpainting\fruit_scratch.bmp (730854, 2002-09-11)
AFMM_Inpainting\fstream.cpp (20, 2013-07-19)
AFMM_Inpainting\include (0, 2013-07-22)
AFMM_Inpainting\include\byteswap.h (138, 2001-12-20)
AFMM_Inpainting\include\darray.h (7567, 2001-12-20)
AFMM_Inpainting\include\Debug (0, 2013-07-22)
AFMM_Inpainting\include\dqueue.h (2732, 2001-12-20)
AFMM_Inpainting\include\field.h (16992, 2013-07-20)
AFMM_Inpainting\include\flags.h (2202, 2001-12-20)
AFMM_Inpainting\include\fmm.h (1801, 2002-06-04)
AFMM_Inpainting\include\genrl.h (792, 2002-05-23)
AFMM_Inpainting\include\image.h (3789, 2013-07-20)
AFMM_Inpainting\include\io.h (86, 2001-12-20)
AFMM_Inpainting\include\mfmm.h (1217, 2002-09-13)
... ...

An Image Inpainting Technique based on the Fast Marching Method =============================================================== A. C. Telea, Eindhoven University of Technology, 2003 This is a C++ sample implementation of the inpainting technique based on the Fast Marching Method (FMM). The C++ sources can be compiled with Microsoft's Visual Studio. Alternatively, a simple makefile for other platforms can be easily created, if needed. The executable expects two file names for two images in 24-bit BMP format: - the 'original image', i.e. the image to inpaint - the 'scratch image', i.e. the image containing the region to inpaint marked with black pixels, and the known image area marked with white pixels Only the original image pixels corresponding to white scratch image pixels will be used. The original image pixels corresponding to black scratch image pixels can be anything, they will not be used during inpainting. The two images must have exactly the same dimension.

近期下载者

相关文件


收藏者