Home
last modified time | relevance | path

Searched refs:lDepth (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dconnectedcomponents.cpp344 int lDepth = L.depth(); in connectedComponents_sub1() local
351 if(lDepth == CV_8U){ in connectedComponents_sub1()
353 }else if(lDepth == CV_16U){ in connectedComponents_sub1()
355 }else if(lDepth == CV_32S){ in connectedComponents_sub1()