Go to the documentation of this file.
42 #ifndef _CV_INTERNAL_H_
43 #define _CV_INTERNAL_H_
45 #if defined _MSC_VER && _MSC_VER >= 1200
47 #pragma warning( disable: 4711 4710 4514 )
66 #undef _CV_ALWAYS_PROFILE_
67 #define _CV_ALWAYS_NO_PROFILE_
72 #define CV_FAST_CAST_8U(t) (assert(-256 <= (t) || (t) <= 512), icvSaturate8u_cv[(t)+256])
73 #define CV_CALC_MIN_8U(a,b) (a) -= CV_FAST_CAST_8U((a) - (b))
74 #define CV_CALC_MAX_8U(a,b) (a) += CV_FAST_CAST_8U((b) - (a))
78 #define CV_8TO32F(x) icv8x32fTab_cv[(x)+256]
82 #define CV_8TO32F_SQR(x) icv8x32fSqrTab[(x)+128]
93 #define CV_HIST_DEFAULT_TYPE CV_32F
97 #define _CvConvState CvFilterState