ImageMatting

所属分类:图形图像处理
开发工具:Visual C++
文件大小:2655KB
下载次数:29
上传日期:2014-01-06 14:12:48
上 传 者zhujixiang
说明:  图像处理ImageMatting的实现。主要思路是: 1)手工交互的给出一个前景区域的包围盒。 2)根据当前的前景和背景分割结果,分别估计前景和背景的GMM模型 3)用GraphCut算法进行分割 对上述2),3)两步进行迭代,得到比较好的分割结果 (分割-->估计前景背景-->分割) 4)matting
(Image processing ImageMatting achieved. The main idea is:   1) gives a manual interaction foreground region bounding box.   2) According to the current foreground and background segmentation results were estimated foreground and background GMM model   3) segmentation algorithm with GraphCut         Above 2), 3) a two-step iterative obtain better segmentation results       (Split-> estimate foreground and background-> Split)   4) matting.)

文件列表:
ImageMatting\block.h (7408, 2013-11-26)
ImageMatting\Color.cpp (4604, 2013-11-26)
ImageMatting\Color.h (1177, 2013-11-26)
ImageMatting\data\42049.jpg (45026, 2013-11-26)
ImageMatting\data\42049.ppm (463241, 2013-11-26)
ImageMatting\data\43074.jpg (56383, 2013-11-26)
ImageMatting\data\43074.ppm (463241, 2013-11-26)
ImageMatting\data\donkey.png (657953, 2013-11-26)
ImageMatting\data\donkey.ppm (1365638, 2013-11-26)
ImageMatting\data\peacock.ppm (720038, 2013-11-26)
ImageMatting\data\peacock_stroke.ppm (720038, 2013-11-26)
ImageMatting\Debug\cl.command.1.tlog (18914, 2013-11-26)
ImageMatting\Debug\CL.read.1.tlog (181302, 2013-11-26)
ImageMatting\Debug\CL.write.1.tlog (20348, 2013-11-26)
ImageMatting\Debug\Color.obj (301193, 2013-11-26)
ImageMatting\Debug\GMM.obj (146714, 2013-11-26)
ImageMatting\Debug\GrabCut.obj (187116, 2013-11-26)
ImageMatting\Debug\graph.obj (17835, 2013-11-26)
ImageMatting\Debug\Image.obj (110572, 2013-11-26)
ImageMatting\Debug\ImageMatting.exe.embed.manifest (406, 2013-11-26)
ImageMatting\Debug\ImageMatting.exe.embed.manifest.res (472, 2013-11-26)
ImageMatting\Debug\ImageMatting.exe.intermediate.manifest (381, 2013-11-26)
ImageMatting\Debug\ImageMatting.lastbuildstate (149, 2013-11-26)
ImageMatting\Debug\ImageMatting.obj (177472, 2013-11-26)
ImageMatting\Debug\ImageMatting.pch (1179648, 2013-11-26)
ImageMatting\Debug\ImageMatting_manifest.rc (214, 2013-11-26)
ImageMatting\Debug\link-cvtres.read.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link-cvtres.write.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.2112-cvtres.read.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.2112-cvtres.write.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.2112.read.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.2112.write.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.2144-cvtres.read.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.2144-cvtres.write.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.2144.read.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.2144.write.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.6616-cvtres.read.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.6616-cvtres.write.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.6616.read.1.tlog (2, 2013-11-26)
ImageMatting\Debug\link.6616.write.1.tlog (2, 2013-11-26)
... ...

======================================================================== CONSOLE APPLICATION : ImageMatting Project Overview ======================================================================== AppWizard has created this ImageMatting application for you. This file contains a summary of what you will find in each of the files that make up your ImageMatting application. ImageMatting.vcxproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. ImageMatting.vcxproj.filters This is the filters file for VC++ projects generated using an Application Wizard. It contains information about the association between the files in your project and the filters. This association is used in the IDE to show grouping of files with similar extensions under a specific node (for e.g. ".cpp" files are associated with the "Source Files" filter). ImageMatting.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named ImageMatting.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" comments to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者