Show / Hide Table of Contents

Enum ConnectedComponentsAlgorithmsTypes

connected components algorithm

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum ConnectedComponentsAlgorithmsTypes

Fields

Name Description
BBDT

Same as CCL_GRANA. It is preferable to use the flag with the name of the algorithm (CCL_BBDT) rather than the one with the name of the first author (CCL_GRANA).

BOLELLI

Spaghetti @cite Bolelli2019 algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity.

Default

BBDT algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity

GRANA

BBDT algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity

SAUF

Same as CCL_WU. It is preferable to use the flag with the name of the algorithm (CCL_SAUF) rather than the one with the name of the first author (CCL_WU).

SPAGHETTI

Same as CCL_BOLELLI. It is preferable to use the flag with the name of the algorithm (CCL_SPAGHETTI) rather than the one with the name of the first author (CCL_BOLELLI).

WU

SAUF algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX