Searched defs:normType (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxnorm.cpp965 cvNorm( const void* imgA, const void* imgB, int normType, const void* mask ) argument
991 is_relative = mat2 && (normType & CV_RELATIVE);
992 normType &= ~CV_RELATIVE;
994 switch( normType )
1002 normType = (normType & 7) >> 1;
1031 if( size.width <= CV_MAX_INLINE_MAT_OP_SIZE && normType == 2 /* CV_L2 */ )
1171 pass_hint = normType != 0 && (depth == CV_32F);
1179 CV_GET_FUNC_PTR( func, (CvFunc2D_1A1P)norm_tab[normType].fn_2d[depth]);
1194 CV_GET_FUNC_PTR( func, (CvFunc2D_1A1P1I)norm_tab[normType]
[all...]

Completed in 3065 milliseconds