Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h1460 #define CV_RELATIVE 8 macro
1467 #define CV_RELATIVE_C (CV_RELATIVE | CV_C)
1468 #define CV_RELATIVE_L1 (CV_RELATIVE | CV_L1)
1469 #define CV_RELATIVE_L2 (CV_RELATIVE | CV_L2)
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dnorm.cpp855 if( normType & CV_RELATIVE ) in ipp_norm()
1096 if( normType & CV_RELATIVE ) in norm()
1098 …return norm(_src1, _src2, normType & ~CV_RELATIVE, _mask)/(norm(_src2, normType, _mask) + DBL_EPSI… in norm()