MATLAB 帮助中心
绘制点
plot(points)
plot(points,ax)
plot(points) 在当前轴上绘制点。
points
示例
plot(points,ax) 在指定的轴上绘制点。
ax
全部折叠
读取一个图像。
I = imread("cameraman.tif");
检测角点特征。
featurePoints = detectHarrisFeatures(I);
用检测到的特征绘制特征图像。
imshow(I); hold on; plot(featurePoints);
点对象,指定为由 M 个 [x y] 坐标组成的 M×2 矩阵,或指定为Point Feature Types中所述的点特征对象之一。该对象包含关于在输入图像中检测到的特征点的信息。要获取点,请使用与点特征类型配对的适当检测函数。
用于显示的句柄。您可以使用 gca 设置句柄。
gca
在 R2011b 中推出
extractFeatures
matchFeatures
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处