crop_array: Crops an Image Array

Description Usage Arguments Value

View source: R/crop_array.R

Description

This function crops an image array by removing all matrices on outer edges that do not contain any entries greater than a specified value.

Usage

1
crop_array(image_array, value = 0)

Arguments

image_array

a 3-dimensional image array

value

maximum value that cropped matrices can contain

Value

array


HarpethLee/LSMFunc documentation built on Dec. 17, 2021, 10:30 p.m.