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

BinaryImageToPixelTable

Convert a binary image to a pixel table

SYNOPSIS

#include "dip_pixel_table.h"

dip_Error dip_BinaryImageToPixelTable ( im, table, resources )

DATA TYPES

binary

FUNCTION

This functions converts a binary image to a newly allocated pixel table table.

ARGUMENTS

Data typeNameDescription
dip_ImageimBinary image
dip_PixelTable *tablePixel table
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

Description of DIPlib's pixel tables

PixelTableCreateFilter, GreyValuesInPixelTable, PixelTableToBinaryImage