clearwin.m

来自「OPENCV系列的」· M 代码 · 共 11 行

M
11
字号
% Function that clears all the wintx_i and winty_i
% In normal operation of the toolbox, this function should not be
% useful.
% only in cases where you want to re-extract corners using the Extract grid corners another time... not common. You might as well use the Recomp. corners.

for kk = 1:n_ima,
   
   eval(['clear wintx_' num2str(kk) ' winty_' num2str(kk)]);
   
end;

⌨️ 快捷键说明

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