arrayToDims
PURPOSE 
Pads or crops I appropriately so that size(IC)==dims.
SYNOPSIS 
function IC = arrayToDims( I, dims, padEl )
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- arrayCrop Used to crop a rectangular region from an n dimensional array.
- checkNumArgs Helper utility for checking numeric vector arguments.
This function is called by:
- FbCrop Crop a 2D filterbank (adjusting filter norms).
- FbReconstruct2d Use to see how much image information is preserved in filter outputs.
- convnFast Fast convolution, replacement for both conv2 and convn.
- imtransform2 Applies a general/special homography on an image I
- optFlowCorr Calculate optical flow using cross-correlation.
- cell2array Flattens a cell array of regular arrays into a regular array.
Generated by m2html © 2003