plot(points,ax) plots
points in the specified axis.
plot(points,ax,Name,Value)
sets properties using one or more name-value pairs. Enclose each property name in quotes.
For example, plot('ShowOrientation',true)
Display ellipsis around feature, specified as true or
false. When you set this value to true, the
object draws an ellipse with the same 2nd order moments as the region. When you set
this value to false, only the ellipses centers are plotted.
'ShowOrientation' — Display orientation line true (default) | false
Display feature point orientation, specified as true or
false. When you set this value to true, the
object draws a line corresponding to the point's orientation. The object draws the
line from the feature point location to the edge of the circle, indicating the
scale.
'showPixelList' — Display regions using JET colormap true (default) | false
Display regions using JET colormap, specified as true or
false.