FrameWork for PixelTable filters
#include "dip_tprunlength.h"
dip_Error dip_PixelTableFrameWork ( in, out, boundary, process, table )
This function provides a framework for filters that code the shape of their filter in a pixel table (run lengths). See SeparableFrameWork for details.
Data type | Name | Description |
dip_Image | in | Input image |
dip_Image | out | Output image |
dip_BoundaryArray | boundary | Boundary conditions |
dip_FrameWorkProcess | process | Process |
dip_PixelTable | table | Pixel table |