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

PixelTableGetDimensions

Get the dimemsions of a pixel table

SYNOPSIS

#include "dip_pixel_table.h"

dip_Error dip_PixelTableGetDimensions ( table, dimensions, resources )

FUNCTION

This functions gets the dimensions of the bounding box of the binary object that is encoded by the pixel table table.

ARGUMENTS

Data typeNameDescription
dip_PixelTable *tablePixel table
dip_IntegerArray *dimensionsPointer to a dimensions array
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

Description of DIPlib's pixel tables

PixelTableNew, PixelTableSetRun, PixelTableGetRun, PixelTableAddRun, PixelTableGetRuns, PixelTableGetDimensionality, PixelTableGetOrigin, PixelTableGetSize, PixelTableGetPixelCount, PixelTableGetOffsetAndLength