声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 1675|回复: 1

[图像处理] 为什么imcontour在matlab中无法调用?

[复制链接]
发表于 2008-4-16 20:29 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
为什么imcontour在matlab中无法调用?请高手指教!
回复
分享到:

使用道具 举报

发表于 2008-4-16 20:57 | 显示全部楼层

>> help imcontour
IMCONTOUR Create contour plot of image data.
    IMCONTOUR(I) draws a contour plot of the intensity image I,
    automatically setting up the axes so their orientation and aspect
    ratio match the image.

    IMCONTOUR(I,N) draws a contour plot of the intensity image I,
    automatically setting up the axes so their orientation and
    aspect ratio match the image. N is the number of equally
    spaced contour levels in the plot; if you omit the argument,
    the number of levels and the values of the levels are chosen
    automatically.

    IMCONTOUR(I,V) draws a contour plot of I with contour lines
    at the data values specified in vector V. The number of
    contour levels is equal to length(V).

    IMCONTOUR(X,Y,...) uses the vectors X and Y to specify the x-
    and y-axis limits.

    IMCONTOUR(...,LINESPEC) draws the contours using the line
    type and color specified by LINESPEC. Marker symbols are
    ignored.

    [C,H] = IMCONTOUR(...) returns the contour matrix C and a vector of
    handles to the objects in the plot. (The objects are actually patches, and
    the lines are the edges of the patches.) You can use the CLABEL function
    with the contour matrix C to add contour labels to the plot.

    Class Support
    -------------
    The input image can be uint8, uint16, int16, double, single, or logical.

    Example
    -------
        I = imread('circuit.tif');
        imcontour(I,3)

    See also clabel, contour.


建议清楚描述你的问题
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-9-23 13:32 , Processed in 0.056433 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表