Home
last modified time | relevance | path

Searched refs:ctransl (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
Dcalib3d.cu59 __constant__ float3 ctransl; variable
66 crot0.x * p.x + crot0.y * p.y + crot0.z * p.z + ctransl.x, in operator ()()
67 crot1.x * p.x + crot1.y * p.y + crot1.z * p.z + ctransl.y, in operator ()()
68 crot2.x * p.x + crot2.y * p.y + crot2.z * p.z + ctransl.z); in operator ()()
81 cudaSafeCall(cudaMemcpyToSymbol(ctransl, transl, sizeof(float) * 3)); in call()
91 __constant__ float3 ctransl; variable
101 crot0.x * p.x + crot0.y * p.y + crot0.z * p.z + ctransl.x, in operator ()()
102 crot1.x * p.x + crot1.y * p.y + crot1.z * p.z + ctransl.y, in operator ()()
103 crot2.x * p.x + crot2.y * p.y + crot2.z * p.z + ctransl.z); in operator ()()
120 cudaSafeCall(cudaMemcpyToSymbol(ctransl, transl, sizeof(float) * 3)); in call()