ETcVnConnectedComponentsAlgorithm
Offers connected components algorithms.
Syntax
Definition:
enum ETcVnConnectedComponentsAlgorithm : LONG
{
CCA_WU = 0,
CCA_GRANA = 1
};Values
|
Name |
Description |
|---|---|
|
CCA_WU |
SAUF algorithm |
|
CCA_GRANA |
BBDT algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity |