?? graphcuts.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 + -