首页 > 学院 > 开发设计 > 正文

算法学习之图像分割

2019-11-06 09:24:54
字体:
来源:转载
供稿:网友
1. Bayesian Matting, Chuang, CVPR 2001.http://grail.cs.washington.edu/projects/digital-matting/papers/cvpr2001.pdf  论文下载http://grail.cs.washington.edu/projects/digital-matting/image-matting/项目网址2. GraphCut Segmentation System, Rother, 2004.http://pdf.aminer.org/000/292/851/demonstration_of_segmentation_with_interactive_graph_cuts.pdf 论文下载http://pub.ist.ac.at/~vnk/software.html     Vladimir Kolmogorovhttp://vision.csd.uwo.ca/code/ — some graph cut libraries and MATLAB wrappershttp://www.cis.upenn.edu/~jshi/GraphTutorial/ 宾大石建波老师做的教程http://code.google.com/p/segmentationgraphcut/  Implementation of the articleStar Shape Prior for Graph-Cut Image Segmentation3. Possion Matting, Sun, 2004.http://research.microsoft.com/pubs/69117/poissonmatting_siggraph04.pdf 论文下载http://www.cad.zju.edu.cn/home/zldong/code.html 浙江大学CAD&CG LAB董子龙主页4. Lazy Snapping, Li, 2004.http://research.microsoft.com/apps/pubs/default.aspx?id=69040  论文下载http://lzhj.me/archives/93 一个博客中的相关介绍https://github.com/zhijie/lazy-snapping-  C++实现http://cs.brown.edu/courses/csci1950-g/results/final/thale/  一个学生的实现http://www.cs.cmu.edu/~mohitg/segmentation.htm   "Lazy Snapping"和“GrabCut”的Matlab实现,基于交互式图割5. Easy Matting, Guan, Eurographics 2006.http://www.cad.zju.edu.cn/home/chenwei/research/EG2006_paper.pdf 论文下载6. Flash Matting, Sun,ACM Transactions on Graphics, 2006.http://research.microsoft.com/en-us/um/people/jiansun/papers/FlashMatting_SIGGRAPH06.pdf 论文下载7. Robust Matting, Wang,CVPR 2007.grail.cs.washington.edu/pub/papers/wang2007robust.pdf 论文下载8. Spectral Matting, Levin, CVPR 2006.http://www.vision.huji.ac.il/SpectralMatting/  项目网址,包括论文、代码和数据9. Closed-form Matting, Levin, CVPR 2007.http://people.csail.mit.edu/alevin/matting.tar.gz  代码下载网址10. Learning-based Matting, Zheng, ICCV2009.http://www.mathworks.com/matlabcentral/fileexchange/31412  代码下载网址11. Shared Matting, Gastal, Eurographics, 2010.www.inf.ufrgs.br/~eslgastal/SharedMatting/  项目地址http://download.csdn.net/detail/jlwyc/4676516  一个OpenCV实现12. Fast Matting, K. He, CVPR2010.mmlab.ie.cuhk.edu.hk/2010/CVPR10_FastMatting.pdf13. Global Matting, K. He, CVPR 2011.research.microsoft.com/pubs/147302/heetal.pdf14. Non-local Matting, Lee, CVPR 2011.http://users.eecs.northwestern.edu/~pgl622/files/NonlocalMatting_Lee_2011.pdf  论文下载15. KNN Matting, Chen, CVPR 2012.http://ihome.ust.hk/~dli/projects/knn/  项目网址,包括论文、代码和数据视频抠像:1. Video Matting of Complex Scenes, ACM Transactions on Graphics, 2002.grail.cs.washington.edu/pub/papers/Chuang-2002-VMC.pdf2. Bayesian video matting using learnt image priors, CVPR 2004.www.robots.ox.ac.uk/~nema/publications/Apostoloff04c.pdf3. Defocus Video Matting, ACM Trans. Graph.2005.http://dash.harvard.edu/bitstream/handle/1/4101995/mcguire-defocus.pdf?sequence=24. Natural video matting using camera arrays, ACM Transactions on Graphics, 2006.http://graphics.ucsd.edu/papers/camera_array_matting/MultiCameraMatting.pdf5. Spectral Video Matting, VMV, 2009.vmv09.tu-bs.de/downloads/papers/eis09.pdf6. Temporally coherent video matting, Graph.Models, 2010.visualcomputing.yonsei.ac.kr/papers/2010/matting.pdf7. Automatic Spectral Video Matting, PR, 2012.http://www.sciencedirect.com/science/article/pii/S00313203120044638. Video Matting Using Multi-Frame Nonlocal Matting Laplacian, ECCV, 2012.yuwing.kaist.ac.kr/papers/eccv12_videomatte.pdf其他资料:1. Image and Video Matting: A Survey, Wang, 2007http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.190.1825&rep=rep1&type=pdf2. A Perceptually Motivated Online Benchmark for ImageMattinghttp://www.alphamatting.com/3. 数字抠像的最新研究进展 - 自动化学报 2012www.aas.net.cn/qikan/manage/wenzhang/20121002.pdf4. Bayesian & Robust Matting & Flash Matting的实现http://mpac.ee.ntu.edu.tw/~sutony/vfx_matting/index.html5. Image Matting GUI,4 algorithms include Poisson Mattinghttp://www.cs.unc.edu/~lguan/Research.files/Research.htm#IM6. Some Techniques of Natural Image and Video Mattinghttp://www.cad.zju.edu.cn/home/zldong/course/CV2/Image%20Matting.doc7. Richard J. Radke,Computer Vision for Visual Effects, Cambridge, 2013.Chapter 2, Image Matting.8. Richard Szeliski, Computer Vision: Algorithm andapplication, 2010.Chapter 10. 4, Image matting and compositing.转载自:http://blog.csdn.net/kezunhai/article/details/41804805
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表