文件名称:ImageMatting
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-01-06
- 文件大小:
- 2.59mb
- 下载次数:
- 0次
- 提 供 者:
- 朱**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
图像处理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.
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
............\Color.cpp
............\Color.h
............\data\42049.jpg
............\....\42049.ppm
............\....\43074.jpg
............\....\43074.ppm
............\....\donkey.png
............\....\donkey.ppm
............\....\peacock.ppm
............\....\peacock_stroke.ppm
............\Debug\CL.read.1.tlog
............\.....\CL.write.1.tlog
............\.....\Color.obj
............\.....\GMM.obj
............\.....\GrabCut.obj
............\.....\graph.obj
............\.....\Image.obj
............\.....\ImageMatting.exe.embed.manifest
............\.....\ImageMatting.exe.embed.manifest.res
............\.....\ImageMatting.exe.intermediate.manifest
............\.....\ImageMatting.lastbuildstate
............\.....\ImageMatting.obj
............\.....\ImageMatting.pch
............\.....\ImageMatting_manifest.rc
............\.....\link-cvtres.read.1.tlog
............\.....\link-cvtres.write.1.tlog
............\.....\link.2112-cvtres.read.1.tlog
............\.....\link.2112-cvtres.write.1.tlog
............\.....\link.2112.read.1.tlog
............\.....\link.2112.write.1.tlog
............\.....\link.2144-cvtres.read.1.tlog
............\.....\link.2144-cvtres.write.1.tlog
............\.....\link.2144.read.1.tlog
............\.....\link.2144.write.1.tlog
............\.....\link.6616-cvtres.read.1.tlog
............\.....\link.6616-cvtres.write.1.tlog
............\.....\link.6616.read.1.tlog
............\.....\link.6616.write.1.tlog
............\.....\link.7528-cvtres.read.1.tlog
............\.....\link.7528-cvtres.write.1.tlog
............\.....\link.7528.read.1.tlog
............\.....\link.7528.write.1.tlog
............\.....\link.7800-cvtres.read.1.tlog
............\.....\link.7800-cvtres.write.1.tlog
............\.....\link.7800.read.1.tlog
............\.....\link.7800.write.1.tlog
............\.....\link.read.1.tlog
............\.....\link.write.1.tlog
............\.....\maxflow.obj
............\.....\mt.read.1.tlog
............\.....\mt.write.1.tlog
............\.....\rc.read.1.tlog
............\.....\rc.write.1.tlog
............\.....\stdafx.obj
............\.....\vc100.idb
............\.....\vc100.pdb
............\Global.h
............\GMM.cpp
............\GMM.h
............\GrabCut.cpp
............\GrabCut.h
............\graph.cpp
............\graph.h
............\Image.cpp
............\Image.h
............\ImageMatting.cpp
............\ImageMatting.vcxproj
............\ImageMatting.vcxproj.filters
............\ImageMatting.vcxproj.user
............\main.cpp
............\maxflow.cpp
............\ReadMe.txt
............\stdafx.cpp
............\stdafx.h
............\targetver.h
............\data
............\Debug
ImageMatting