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

PixelTableAddRun

Add a new run to a pixel table

SYNOPSIS

#include "dip_pixel_table.h"

dip_Error dip_PixelTableAddRun ( table, coordinate, length )

FUNCTION

Adds a new run to a pixel table. The new run is appended to the existing runs in the pixel table.

ARGUMENTS

Data typeNameDescription
dip_PixelTabletablePixel table
dip_IntegerArraycoordinateCoordinate of the run
dip_intlengthLength of the run

SEE ALSO

Description of DIPlib's pixel tables

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