⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 graphcuts.m

📁 Graph cut segmentationis is segment an image into two classes based on color.
💻 M
字号:
% GRAPHCUTS --- GraphCut segmentation example, description only% CMP Vision Algorithms http://visionbook.felk.cvut.cz%% This section describes graph cut segmentation %  from a user perspective. Note that the% implementation itself is not given here. First, we have% finally hit the limit of Matlab abilities, a Matlab implementation% would be unusably slow. Second, the algorithm is complicated and would% take too much space here. Nevertheless, we consider graph cut  to be % sufficiently important to be presented here, although briefly.% % {We will use a freely available implementation by O. Veksler, Y. Boykov,% and V. Kolmogorov % with a Matlab wrapper written by Shai% Bagon (http://www.wisdom.weizmann.ac.il/ bagon/matlab.html)% that provides a GraphCut function. For usage information,% install the wrapper and type help GraphCut in Matlab.}%error('This file is not meant to be executed.') ;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -