Plots series of Images for slices of antsImage
ants.overlay( img, oimg, slices = 53, col.x = gray(0:64/64), col.y = "#FF0000FF", ... )
img | Image to be plotted |
---|---|
oimg | image to be overlaid |
slices | slice to be displayed |
col.x | grayscale coloring for img |
col.y | color for overlay |
... | arguments to be passed to |