DIPlib Documentation - ©1995-2014 Quantitative Imaging Group, Delft University of Technology.

ScanFrameWork

FrameWork for scanning multiple images

SYNOPSIS

dip_Error dip_ScanFrameWork ( in, out, process, boundary, border, inBuffer, outBuffer, outImage )

FUNCTION

This function provides a framework for scanning nofin input images and nofout output images in one dimension of the images. The dimension in which the image should be scanned can be specified or left to ScanFrameWork by specifiying the dimension with DIP_MONADIC_OPTIMAL_DIMENSION. See SeparableFrameWork for details.

ARGUMENTS

Data typeNameDescription
dip_ImageArrayinArray of input images
dip_ImageArrayoutArray of output images
dip_FrameWorkProcessprocessProcess
dip_BoundaryArrayboundaryBoundary conditions
dip_BorderArrayborderBorder Array
dip_DataTypeArrayinBufferArray of dip_DataType of the input buffer
dip_DataTypeArrayoutBufferArray of dip_DataType of each output buffer
dip_DataTypeArrayoutImageArray of dip_DataType of each output image

SEE ALSO

DIPlib's data types SeparableFrameWork, PixelTableFrameWork