impaste {imageUtilities}R Documentation

pastes patch image into src image starting at (src) fx,fy

Description

pastes patch image into src image starting at (src) fx,fy

Usage

  impaste(patch, src, fx, fy, one.based = TRUE)

Arguments

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.

Value

the image src with patch pasted in at fx, fy


[Package imageUtilities version 1.0.3 Index]