Home
last modified time | relevance | path

Searched refs:CV_RELATIVE (Results 1 – 2 of 2) 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/opencv/cxcore/src/
Dcxnorm.cpp991 is_relative = mat2 && (normType & CV_RELATIVE); in cvNorm()
992 normType &= ~CV_RELATIVE; in cvNorm()