object_mark {pliman} | R Documentation |
Mark Object Points
Description
Marks the coordinates of objects in an anal_obj
object on a plot.
Usage
object_mark(object, col = "white")
Arguments
object |
An |
col |
The color of the marked points. Default is "white". |
See Also
Examples
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)
[Package pliman version 2.1.0 Index]