Searched refs:CV_RELATIVE (Results 1 – 4 of 4) sorted by relevance
859 #define CV_RELATIVE 8 macro866 #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)
1460 #define CV_RELATIVE 8 macro1467 #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)
991 is_relative = mat2 && (normType & CV_RELATIVE); in cvNorm()992 normType &= ~CV_RELATIVE; in cvNorm()
3006 if( normType & CV_RELATIVE ) in norm()3114 …return norm(_src1, _src2, normType & ~CV_RELATIVE, _mask)/(norm(_src2, normType, _mask) + DBL_EPSI… in norm()