FrameWork for generation functions
#include "dip_framework.h"
dip_Error dip_SingleOutputFrameWork ( out, processBoundary, processBorder, process )
This function is a frontend on the SeparableFrameWork. It provides an easier interface for filters that only need to scan an single output image. The dimension in which the image should be scan can be specified or left to SingleOutputFrameWork by specifiying the dimension with DIP_MONADIC_OPTIMAL_DIMENSION.
Data type | Name | Description |
dip_Image | out | Output |
dip_Boundary | processBoundary | ProcessBoundary |
dip_int | processBorder | ProcessBorder |
dip_FrameWorkProcess | process | Process |
SeparableFrameWork, MonadicFrameWork, PixelTableFrameWork, ScanFrameWork
DIPlib on-line documentation | Function reference | Global function index