Home
last modified time | relevance | path

Searched defs:TAccPixWeighted (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPixelOperations.hpp330 template<> struct TAccPixWeighted<uchar1> {typedef double1 type;}; argument
331 template<> struct TAccPixWeighted<uchar3> {typedef double3 type;}; struct
332 template<> struct TAccPixWeighted<uchar4> {typedef double4 type;}; struct
333 template<> struct TAccPixWeighted<ushort1> {typedef double1 type;}; struct
334 template<> struct TAccPixWeighted<ushort3> {typedef double3 type;}; argument
335 template<> struct TAccPixWeighted<ushort4> {typedef double4 type;}; argument
336 template<> struct TAccPixWeighted<float1> {typedef double1 type;}; argument
337 template<> struct TAccPixWeighted<float3> {typedef double3 type;}; argument
338 template<> struct TAccPixWeighted<float4> {typedef double4 type;}; struct