im_resize_limit: Resize image

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Resize image

Usage

1
im_resize_limit(im, bound, interpolation = 1)

Arguments

im

an image

bound

max image size (width/height)

interpolation

Interpolation method. Either 0 (nearest-neighbor), 1 (linear), or 2 (cubic).

Value

an image

Examples

1
2

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