px.remove_outer | R Documentation |
All pixels that belong to a connected region in contact with image boundaries are set to FALSE.
px.remove_outer(px)
px |
a pixset |
a pixset
Simon Barthelme
im <- draw_circle(imfill(100,100),c(0,50,100),c(50,50,50),radius=10,color=1)
plot(im)
as.pixset(im) %>% px.remove_outer %>% plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.