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

PixelTableFrameWork

FrameWork for PixelTable filters

SYNOPSIS

#include "dip_framework.h" #include "dip_tprunlength.h"

dip_Error dip_PixelTableFrameWork ( in, out, boundary, process, table )

FUNCTION

Thsi function provides a framework for filters that code the shape of their filter in a pixel table (runlengths). See SeparableFrameWork for details.

ARGUMENTS

Data typeNameDescription
dip_ImageinInput image
dip_ImageoutOutput image
dip_BoundaryArrayboundaryBoundary conditions
dip_FrameWorkProcessprocessProcess
dip_PixelTabletablePixel table

SEE ALSO

SeparableFrameWork

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