resizeImage: Image resizing

Description Usage Arguments Details Value

Description

Resize images using nearest neighbor and

Usage

1
2
3

Arguments

imx

a 3-dimensional array containing image data

width

the new width

height

the new height

Details

The resizeImageNN function uses the nearest neighbor method to resize the image. Also, resizeImageBL uses bilinear interpolation to resize the image.

Value

a three-dimensional array containing the resized image.


cmna documentation built on July 14, 2021, 5:11 p.m.