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

MonadicFrameWork

FrameWork for monadic operations

SYNOPSIS

#include "dip_framework.h"

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 scan 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

DIPlib on-line documentation | Function reference | Global function index