NPPTypeTraits     132 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_8U>  { typedef Npp8u npp_type; };
NPPTypeTraits     133 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_8S>  { typedef Npp8s npp_type; };
NPPTypeTraits     134 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_16U> { typedef Npp16u npp_type; };
NPPTypeTraits     135 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_16S> { typedef Npp16s npp_type; };
NPPTypeTraits     136 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_32S> { typedef Npp32s npp_type; };
NPPTypeTraits     137 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_32F> { typedef Npp32f npp_type; };
NPPTypeTraits     138 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_64F> { typedef Npp64f npp_type; };