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

/external/opencv/cxcore/include/
H A 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/
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)
/external/opencv/cxcore/src/
H A Dcxnorm.cpp991 is_relative = mat2 && (normType & CV_RELATIVE);
992 normType &= ~CV_RELATIVE;
/external/opencv3/modules/core/src/
H A Dstat.cpp3006 if( normType & CV_RELATIVE )
3114 return norm(_src1, _src2, normType & ~CV_RELATIVE, _mask)/(norm(_src2, normType, _mask) + DBL_EPSILON);

Completed in 106 milliseconds