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

MonadicFrameWork

FrameWork for monadic operations

SYNOPSIS

dip_Error dip_MonadicFrameWork ( in, out, processBoundary, processBorder, process )

FUNCTION

This function is a frontend on the SeparableFrameWork. It provides an easier interface for filters that only need to scan an image once. The dimension in which the image should be scanned can be specified or left to MonadicFrameWork by specifiying the dimension with DIP_MONADIC_OPTIMAL_DIMENSION.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput
dip_ImageoutOutput
dip_BoundaryprocessBoundaryProcessBoundary
dip_intprocessBorderProcessBorder
dip_FrameWorkProcessprocessProcess

SEE ALSO

SeparableFrameWork, SingleOutputFrameWork