Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxnorm.cpp891 #define ICV_DEF_INIT_NORM_TAB_2D( FUNCNAME, FLAG ) \ macro
903 ICV_DEF_INIT_NORM_TAB_2D( Norm_Inf, C1R ) in ICV_DEF_INIT_NORM_TAB_2D() function
904 ICV_DEF_INIT_NORM_TAB_2D( Norm_L1, C1R ) in ICV_DEF_INIT_NORM_TAB_2D()
905 ICV_DEF_INIT_NORM_TAB_2D( Norm_L2, C1R ) in ICV_DEF_INIT_NORM_TAB_2D()
906 ICV_DEF_INIT_NORM_TAB_2D( NormDiff_Inf, C1R ) in ICV_DEF_INIT_NORM_TAB_2D()
907 ICV_DEF_INIT_NORM_TAB_2D( NormDiff_L1, C1R ) in ICV_DEF_INIT_NORM_TAB_2D()
908 ICV_DEF_INIT_NORM_TAB_2D( NormDiff_L2, C1R ) in ICV_DEF_INIT_NORM_TAB_2D()
910 ICV_DEF_INIT_NORM_TAB_2D( Norm_Inf, CnCR ) in ICV_DEF_INIT_NORM_TAB_2D()
911 ICV_DEF_INIT_NORM_TAB_2D( Norm_L1, CnCR ) in ICV_DEF_INIT_NORM_TAB_2D()
912 ICV_DEF_INIT_NORM_TAB_2D( Norm_L2, CnCR ) in ICV_DEF_INIT_NORM_TAB_2D()
[all …]