houghdemo.m

来自「machine vision 工具箱」· M 代码 · 共 17 行

M
17
字号
%%	Copyright (c) Peter Corke, 1999  Machine Vision Toolbox for Matlabim = mksq(64, 1);idisp(im)disp('create a square')pauseim = ilap(im);idisp(im);disp('take Laplacian to get 4 line segments')pausefigureihough(im)disp('now show the Hough accumulator in which 4 peaks can be seen')

⌨️ 快捷键说明

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