npp_type          132 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_8U>  { typedef Npp8u npp_type; };
npp_type          133 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_8S>  { typedef Npp8s npp_type; };
npp_type          134 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_16U> { typedef Npp16u npp_type; };
npp_type          135 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_16S> { typedef Npp16s npp_type; };
npp_type          136 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_32S> { typedef Npp32s npp_type; };
npp_type          137 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_32F> { typedef Npp32f npp_type; };
npp_type          138 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_64F> { typedef Npp64f npp_type; };
npp_type          336 modules/cudaarithm/src/element_operations.cpp         typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
npp_type          342 modules/cudaarithm/src/element_operations.cpp         typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
npp_type          349 modules/cudaarithm/src/element_operations.cpp         typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
npp_type          367 modules/cudaarithm/src/element_operations.cpp         typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
npp_type          140 modules/cudawarping/src/warp.cpp         typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
npp_type          149 modules/cudawarping/src/warp.cpp         typedef typename NppWarpFunc<DEPTH>::npp_type npp_type;
npp_type          468 modules/cudawarping/src/warp.cpp         typedef typename NPPTypeTraits<DEPTH>::npp_type npp_type;
npp_type          477 modules/cudawarping/src/warp.cpp         typedef typename NppRotateFunc<DEPTH>::npp_type npp_type;