Searched refs:ws_min (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvsegmentation.cpp | 113 #define ws_min(a,b) ((a) - subs_tab[(a)-(b)+NQ]) in cvWatershed() macro 206 idx = ws_min( idx, t ); in cvWatershed() 211 idx = ws_min( idx, t ); in cvWatershed() 216 idx = ws_min( idx, t ); in cvWatershed() 289 active_queue = ws_min( active_queue, t ); in cvWatershed() 296 active_queue = ws_min( active_queue, t ); in cvWatershed() 303 active_queue = ws_min( active_queue, t ); in cvWatershed() 310 active_queue = ws_min( active_queue, t ); in cvWatershed()
|
/external/opencv3/modules/imgproc/src/ |
D | segmentation.cpp | 116 #define ws_min(a,b) ((a) - subs_tab[(a)-(b)+NQ]) in watershed() macro 202 idx = ws_min( idx, t ); in watershed() 207 idx = ws_min( idx, t ); in watershed() 212 idx = ws_min( idx, t ); in watershed() 298 active_queue = ws_min( active_queue, t ); in watershed() 305 active_queue = ws_min( active_queue, t ); in watershed() 312 active_queue = ws_min( active_queue, t ); in watershed() 319 active_queue = ws_min( active_queue, t ); in watershed()
|