📄 select_sub_image.m
字号:
function [MM,sp,sr] = select_sub_image(M)
% select_sub_image - select a sub-part of an image.
%
% [MM,sp,sr] = select_sub_image(M);
%
% MM is the sub-image.
% sp is the range of the image in pixels, ie. MM = M(sp(1):sp(2),sp(3):sp(4)).
% sr is a scale of sr so that it fit into [0,1]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -