Chain code access function
#include "dip_chaincode.h"
dip_Error dip_ChainCodeGetSize ( chaincode, number )
Returns the number of elements in the chain code.
Note: this is not a correct measure for the object's perimeter, use ChainCodeGetLength instead.
| Data type | Name | Description | 
| dip_ChainCode | chaincode | Chain code | 
| dip_int * | number | Receives the number of elements in the chain. | 
ImageChainCode, ChainCodeNew, ChainCodeFree, ChainCodeGetChains, ChainCodeGetStart, ChainCodeGetLabel, ChainCodeGetConnectivity
DIPlib on-line documentation | Function reference | Global function index