Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxcore.h859 #define CV_RELATIVE 8 macro
866 #define CV_RELATIVE_C (CV_RELATIVE | CV_C)
867 #define CV_RELATIVE_L1 (CV_RELATIVE | CV_L1)
868 #define CV_RELATIVE_L2 (CV_RELATIVE | CV_L2)
/external/opencv3/modules/core/include/opencv2/core/
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)
/external/opencv/cxcore/src/
Dcxnorm.cpp991 is_relative = mat2 && (normType & CV_RELATIVE); in cvNorm()
992 normType &= ~CV_RELATIVE; in cvNorm()
/external/opencv3/modules/core/src/
Dstat.cpp3006 if( normType & CV_RELATIVE ) in norm()
3114 …return norm(_src1, _src2, normType & ~CV_RELATIVE, _mask)/(norm(_src2, normType, _mask) + DBL_EPSI… in norm()