cbim = crop(bim,cstart,cend)
crops the blocked image bim to the crop window specified by the
starting and ending pixel subscripts cstart and
cend, inclusive. Returns cbim, a
blockedImage which references the same Source as
bim, but represents image data in the crop window, across all levels.
Blocked image, specified as a blockedImage object.
First pixel in the crop window, in pixel subscripts, specified as a
1-by-N integer-valued vector for an
N-dimensional blockedImage. If
cstart has fewer than N elements,
blockedImage extends it with 1s.
Last pixel in the crop window, in pixel subscripts, specified as a
1-by-N integer-valued vector. If cend has fewer
than N elements, blockedImage extends the image
with the corresponding elements from Size at the finest level.