showOverlay {imageUtilities} | R Documentation |
Overlay a binary image onto another image, displaying it using grid.
showOverlay(img, ovl, windowTitle = deparse(substitute(ovl)), ...)
img |
the image to overlay onto |
ovl |
the *binary* image to be overlaid onto img. |
windowTitle |
The title to use for the overlay (default being the variable name of the overlay image...) *NOT USED* |
... |
ignored. |
the connection to the viewport
This just displays the overlay on top of the image. If
you want the actual image object consisting of the
overlay on the image, use makeOverlay
.
Other overlay: makeOverlay
,
makeOverlay.grid