object_mark | R Documentation |
Marks the coordinates of objects in an anal_obj
object on a plot.
object_mark(object, col = "white")
object |
An |
col |
The color of the marked points. Default is "white". |
analyze_objects_shp
library(pliman)
flax <- image_pliman("flax_leaves.jpg", plot =TRUE)
res <-
analyze_objects(flax,
watershed = FALSE,
index = "R/(G/B)",
plot = FALSE)
object_mark(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.