基于OpenCV的图像分割
本文根据ICCV'01论文"Interactive graph cuts for optimal boundary and region segmentation of objects in N-D images"和Siggraph'04论文"Lazy Snapping"实现。Graph Cut方法是基于颜色统计采样的方法,因此对前背景相差较大的图像效果较佳。同时,比例系数lambda的调节直接影响到最终的分割效果。
文件列表
图像分割.rar
(预估有个93文件)
图像分割
GraphCut
Source
SettingDlg.h
463B
GraphCut.vcproj
6KB
imageManipulation.cpp
4KB
imageManipulation.h
814B
ImageProxy.h
250B
SettingDlg.cpp
707B
MaskManager.cpp
533B
用户评论