TConvVec2Base      71 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar1>  {typedef Ncv8u TBase;};
TConvVec2Base      72 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar3>  {typedef Ncv8u TBase;};
TConvVec2Base      73 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uchar4>  {typedef Ncv8u TBase;};
TConvVec2Base      74 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort1> {typedef Ncv16u TBase;};
TConvVec2Base      75 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort3> {typedef Ncv16u TBase;};
TConvVec2Base      76 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<ushort4> {typedef Ncv16u TBase;};
TConvVec2Base      77 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint1>   {typedef Ncv32u TBase;};
TConvVec2Base      78 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint3>   {typedef Ncv32u TBase;};
TConvVec2Base      79 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<uint4>   {typedef Ncv32u TBase;};
TConvVec2Base      80 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<float1>  {typedef Ncv32f TBase;};
TConvVec2Base      81 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<float3>  {typedef Ncv32f TBase;};
TConvVec2Base      82 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<float4>  {typedef Ncv32f TBase;};
TConvVec2Base      83 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<double1> {typedef Ncv64f TBase;};
TConvVec2Base      84 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<double3> {typedef Ncv64f TBase;};
TConvVec2Base      85 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<double4> {typedef Ncv64f TBase;};