Fast Continuous Max-Flow Algorithm to 2D/3D Image Segmentation

버전 1.3.0.0 (2.19 MB) 작성자: Jing Yuan
Fast continuous max-flow algorithm to 2D/3D image segmentation developed in matlab, C and GPU
다운로드 수: 5.4K
업데이트 2011/12/16

라이선스 보기

This software implements the fast continuous max-flow algorithm to 2D/3D image segmentation. It provides three implementations: matlab, C and GPU (cuda based). All the source files are provided. So it is easy for you to incorporate the algorithms in your applications.

Image segmentation can be modeled as computing the min-cut in a spatially continuous setting. The continuous max-flow formulation is dual/equivalent to such continuous min-cut problem. On the other hand, it also leads to a new fast algorithm in numerics, i.e. the fast continuous max-flow algorithm. More details are given in the document CMF_README.pdf. Wish this software would be helpful for you and your works!

For multi-region image segmentation, the fast continuous max-flow algorithm can be downloaded by:
http://www.mathworks.com/matlabcentral/fileexchange/34224
which computes multiple segments simultaneously!

Email Jing Yuan (cn.yuanjing@gmail.com) for the questions, comments and suggests. You are welcome to propose your ideas of improvements. Any contribution will be kindly acknowledged in CMF_README.pdf.

인용 양식

Jing Yuan (2026). Fast Continuous Max-Flow Algorithm to 2D/3D Image Segmentation (https://kr.mathworks.com/matlabcentral/fileexchange/34126-fast-continuous-max-flow-algorithm-to-2d-3d-image-segmentation), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Graph and Network Algorithms에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.3.0.0

Update the description.

1.1.0.0

Some typos are corrected.

1.0.0.0