impaste {imageUtilities} | R Documentation |
pastes patch image into src image starting at (src) fx,fy
impaste(patch, src, fx, fy, one.based = TRUE)
src |
source image |
patch |
image to paste into src, of same number of channels as src. |
fx |
start x/row of src to paste patch into. |
fy |
start y/col of src to paste patch into. |
one.based |
whether fx and fy are one-based or 0-based. |
the image src with patch pasted in at fx, fy