PlotMaskImgOverlay: Plot an Overlay of a Mask with an Img

Usage Arguments Details Value Author(s) Examples

View source: R/PlotMaskImgOverlay.R

Usage

1
PlotMaskImgOverlay(Img, Mask, TransparencyFactor = 0.6)

Arguments

Img

image as [1:n,1:d,1:3] array of numerical entries, first two dimensions have the height and width of image third dimension has the red, blue and green values.

Mask

Mask as an [1:n,1:d,1:3] array, if sparse matrices are loeaded, please use the conversition function

TransparencyFactor

how much color should be overleayed in the image, values between zero and 1

Details

please see the rmarkdwon examples

Value

none, a native plot is shown

Author(s)

Michael Thrun

Examples

1
##todo

Mthrun/ImageProcessing documentation built on Dec. 17, 2021, 4:22 a.m.