ocontour | R Documentation |
Computes the oriented contour of objects.
ocontour(x)
x |
An |
A list of matrices, containing the coordinates of object oriented contours.
Gregoire Pau, gpau@ebi.ac.uk, 2008
x = readImage(system.file("images", "shapes.png", package="EBImage"))
x = x[1:120,50:120]
display(x)
oc = ocontour(x)
plot(oc[[1]], type='l')
points(oc[[1]], col=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.