Create contour plot of image data
imcontour(
draws a contour plot of the
grayscale image I
)I
, choosing the number of levels and the values
of levels automatically. imcontour
automatically sets up the axes
so their orientation and aspect ratio match the image.
imcontour(___,
draws the contours using the line type and color specified by
LineSpec
)LineSpec
. Marker symbols are ignored.