checkNumArgs
PURPOSE 
Helper utility for checking numeric vector arguments.
SYNOPSIS 
function [ x, er ] = checkNumArgs( x, siz, intFlag, signFlag )
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
This function is called by:
- confMatrix Generates a confusion matrix according to true and predicted data labels.
- meanShiftIm Applies the meanShift algorithm to a joint spatial/range image.
- imShrink Used to shrink a multidimensional array I by integer amount.
- maskGaussians Divides a volume into softly overlapping gaussian windows.
- nonMaxSuprList Applies nonmaximal suppression to a list.
- nonMaxSuprWin Nonmaximal suppression of values outside of a given window.
- nlfiltersep Efficient multidimensional nonlinear but seperable filtering operation.
- arrayCrop Used to crop a rectangular region from an n dimensional array.
- arrayToDims Pads or crops I appropriately so that size(IC)==dims.
- mat2cell2 Break matrix up into a cell array of same sized matrices.
- tocStatus Used to display the progress of a long process.
Generated by m2html © 2003