📄 bandb_refine_bounds.m
字号:
function cube = bandb_refine_bounds(cube,opts); if opts.refine == 1; if strcmp(opts.type,'l1l1_triangle'); cube=l1l1_triangle_refine_bounds(cube,opts); elseif strcmp(opts.type,'l1l1_resection'); cube=l1l1_resection_refine_bounds(cube,opts); end end;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -