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

PixelTableGetRun

Get the contents of a pixel table run

SYNOPSIS

#include "dip_pixel_table.h"

dip_Error dip_PixelTableGetRun ( table, run, coordinate, length )

FUNCTION

This functions get the the coordinate and length parameters of the runth run of the pixel table table.

ARGUMENTS

Data typeNameDescription
dip_PixelTabletablePixel table
dip_intrunThe run to be initialised
dip_IntegerArraycoordinateCoordinate of the run
dip_int *lengthLength of the run

SEE ALSO

Description of DIPlib's pixel tables

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