npp_t 72 modules/cudaarithm/src/core.cpp template<> struct NppTypeTraits<CV_8U> { typedef Npp8u npp_t; }; npp_t 73 modules/cudaarithm/src/core.cpp template<> struct NppTypeTraits<CV_8S> { typedef Npp8s npp_t; }; npp_t 74 modules/cudaarithm/src/core.cpp template<> struct NppTypeTraits<CV_16U> { typedef Npp16u npp_t; }; npp_t 75 modules/cudaarithm/src/core.cpp template<> struct NppTypeTraits<CV_16S> { typedef Npp16s npp_t; }; npp_t 76 modules/cudaarithm/src/core.cpp template<> struct NppTypeTraits<CV_32S> { typedef Npp32s npp_t; }; npp_t 77 modules/cudaarithm/src/core.cpp template<> struct NppTypeTraits<CV_32F> { typedef Npp32f npp_t; }; npp_t 78 modules/cudaarithm/src/core.cpp template<> struct NppTypeTraits<CV_64F> { typedef Npp64f npp_t; }; npp_t 82 modules/cudaarithm/src/core.cpp typedef typename NppTypeTraits<DEPTH>::npp_t npp_t; npp_t 89 modules/cudaarithm/src/core.cpp typedef typename NppMirrorFunc<DEPTH>::npp_t npp_t; npp_t 2263 modules/cudaimgproc/src/color.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_t; npp_t 2270 modules/cudaimgproc/src/color.cpp typedef typename NPPTypeTraits<DEPTH>::npp_type npp_t;