highlight: Highlight pixel set on image

View source: R/pixset.R

highlightR Documentation

Highlight pixel set on image

Description

Overlay an image plot with the contours of a pixel set. Note that this function doesn't do the image plotting, just the highlighting.

Usage

highlight(px, col = "red", ...)

Arguments

px

a pixel set

col

color of the contours

...

passed to the "lines" function

Author(s)

Simon Barthelme

See Also

colorise, another way of highlighting stuff

Examples


#Select similar pixels around point (180,200)
px <- px.flood(boats,180,200,sigma=.08)
plot(boats)
#Highlight selected set
highlight(px)
px.flood(boats,18,50,sigma=.08) %>% highlight(col="white",lwd=3)

imager documentation built on May 31, 2023, 8:56 p.m.