📄 testharris.m
字号:
im=rgb2gray(imread('D:\Lab\天坛重建\VC程序\TianMatch\Debug\Temp\6.jpg'));
sigma=1.0;% sigma larger, fewer points detected , and less location accuracy
thresh=2000;% thresh larger, fewer points detected in the dim region
radius=15; % radius larger, fewer points detected
disp=1;
%[cim, r, c] = harris(im, sigma, thresh, radius, disp);
[cim] = harris(im, sigma, thresh, radius, disp);
figure;imshow(cim,[])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -