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

ChainCodeGetSize

Chain code access function

SYNOPSIS

#include "dip_chaincode.h"

dip_Error dip_ChainCodeGetSize ( chaincode, number )

FUNCTION

Returns the number of elements in the chain code.

Note: this is not a correct measure for the object's perimeter, use ChainCodeGetLength instead.

ARGUMENTS

Data typeNameDescription
dip_ChainCodechaincodeChain code
dip_int *numberReceives the number of elements in the chain.

SEE ALSO

ImageChainCode, ChainCodeNew, ChainCodeFree, ChainCodeGetChains, ChainCodeGetStart, ChainCodeGetLabel, ChainCodeGetConnectivity