Crop a giotto largeImage object#
Last Updated: Sep 07, 2023
Description#
Crop a giottoLargeImage based on crop_extent argument or given values
Usage#
cropGiottoLargeImage(
gobject = NULL,
largeImage_name = NULL,
giottoLargeImage = NULL,
crop_name = "image",
crop_extent = NULL,
xmax_crop = NULL,
xmin_crop = NULL,
ymax_crop = NULL,
ymin_crop = NULL
)
Arguments#
|
gobject holding the giottoLargeImage |
|
name of giottoLargeImage within gobject |
|
alternative input param using
giottoLargeImage object instead
of through |
|
arbitrary name for cropped giottoLargeImage |
|
terra extent object used to crop the giottoLargeImage |
|
crop min/max x and y bounds |
Value#
a giottoLargeImage object