im_get: Image cropping

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Image cropping

Usage

1
im_get(im, y1, x1, y2, x2)

Arguments

im

an image

y1

y coordinate of top-left corner

x1

x coordinate of top-left corner

y2

y coordinate of bottom-right corner

x2

x coordinate of bottom-right corner

Value

an image

Examples

1
plot(im_get(regatta, 1, 1, 100, 100))

tsuda16k/noesis documentation built on Nov. 25, 2020, 10:16 a.m.