enum cv::ConnectedComponentsAlgorithmsTypes
Overview
connected components algorithm Moreā¦
#include <imgproc.hpp> enum ConnectedComponentsAlgorithmsTypes { CCL_WU = 0, CCL_DEFAULT = -1, CCL_GRANA = 1, };
Detailed Documentation
connected components algorithm
Enum Values
CCL_WU
SAUF algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity.
CCL_DEFAULT
BBDT algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity.
CCL_GRANA
BBDT algorithm for 8-way connectivity, SAUF algorithm for 4-way connectivity.