Click or drag to resize

ConnectedComponentsAlgorithmsTypes Enumeration

connected components algorithm

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum ConnectedComponentsAlgorithmsTypes
Members
  Member nameValueDescription
WU0 SAUF algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity
Default-1 BBDT algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity
GRANA1 BBDT algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity
See Also