Searched refs:_CV_RGB_DIST (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp127 /*#define _CV_RGB_DIST(a, b) _CV_MAX3((float)fabs((a).red - (b).red), \
154 #define _CV_RGB_DIST icvRGBDist_Max macro
157 #define _CV_RGB_DIST icvRGBDist_Sum macro
1229 c1 = _CV_RGB_DIST( p_cur->c, p_next1[0].c );
1230 c2 = _CV_RGB_DIST( p_cur->c, p_next1[1].c );
1231 c3 = _CV_RGB_DIST( p_cur->c, p_next3[0].c );
1232 c4 = _CV_RGB_DIST( p_cur->c, p_next3[1].c );
1295 c1 = _CV_RGB_DIST( p_cur->c, p_next1[0].c );
1296 c2 = _CV_RGB_DIST( p_cur->c, p_next1[1].c );
1297 c3 = _CV_RGB_DIST( p_cu
[all...]

Completed in 1332 milliseconds