arrayCrop
PURPOSE 
Used to crop a rectangular region from an n dimensional array.
SYNOPSIS 
function I = arrayCrop( I, strLocs, endLocs, padEl )
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- checkNumArgs Helper utility for checking numeric vector arguments.
This function is called by:
- bbApply Functions for manipulating bounding boxes (bb).
- imShrink Used to shrink a multidimensional array I by integer amount.
- nlfiltersep Efficient multidimensional nonlinear but seperable filtering operation.
- arrayToDims Pads or crops I appropriately so that size(IC)==dims.
- mat2cell2 Break matrix up into a cell array of same sized matrices.
Generated by m2html © 2003