tx                380 3rdparty/openexr/Imath/ImathFrustum.h     T tx = -rightPlusLeft / rightMinusLeft;
tx                402 3rdparty/openexr/Imath/ImathFrustum.h                 tx, ty, tz, 1.f );
tx               2067 modules/calib3d/src/calibration.cpp         double tx[] =
tx               2073 modules/calib3d/src/calibration.cpp         CvMat Tx = cvMat(3, 3, CV_64F, tx);
tx               1507 modules/calib3d/test/test_cameracalibration.cpp         double tx = fabs(P2.at<double>(0, 3) / P2.at<double>(0, 0));
tx               1508 modules/calib3d/test/test_cameracalibration.cpp         if (fabs(tx - cvtest::norm(T, NORM_L2)) > 1e-5)
tx                998 modules/calib3d/test/test_fundam.cpp     double tx = Rt.at<double>(0, 3);
tx               1002 modules/calib3d/test/test_fundam.cpp     double _t_x[] = { 0, -tz, ty, tz, 0, -tx, -ty, tx, 0 };
tx               1334 modules/calib3d/test/test_fundam.cpp     double tx = Rt0.at<double>(0, 3);
tx               1338 modules/calib3d/test/test_fundam.cpp     double _t_x[] = { 0, -tz, ty, tz, 0, -tx, -ty, tx, 0 };
tx               1986 modules/features2d/src/brisk.cpp   bool tx = false;
tx               1991 modules/features2d/src/brisk.cpp     tx = true;
tx               1999 modules/features2d/src/brisk.cpp   if (tx || tx_ || ty || ty_)
tx               2003 modules/features2d/src/brisk.cpp     if (tx)
tx                160 modules/imgproc/src/clahe.cpp             const int tx = k % tilesX_;
tx                165 modules/imgproc/src/clahe.cpp             tileROI.x = tx * tileSize_.width;
tx                150 modules/imgproc/src/opencl/clahe.cl     int tx = get_group_id(0);
tx                159 modules/imgproc/src/opencl/clahe.cl         __global const uchar* srcPtr = src + mad24(ty * tileSize.y + i, srcStep, tx * tileSize.x + src_offset);
tx                210 modules/imgproc/src/opencl/clahe.cl     lut[(ty * tilesX + tx) * dstStep + tid + dst_offset] =
tx                265 modules/photo/src/fast_nlmeans_denoising_invoker.hpp             for (int tx = 0; tx < template_window_size_; tx++)
tx                266 modules/photo/src/fast_nlmeans_denoising_invoker.hpp                 col_dist_sums[tx][y][x] = 0;
tx                272 modules/photo/src/fast_nlmeans_denoising_invoker.hpp                 for (int tx = -template_window_half_size_; tx <= template_window_half_size_; tx++)
tx                275 modules/photo/src/fast_nlmeans_denoising_invoker.hpp                         border_size_ + i + ty, border_size_ + j + tx,
tx                276 modules/photo/src/fast_nlmeans_denoising_invoker.hpp                         border_size_ + start_y + ty, border_size_ + start_x + tx);
tx                279 modules/photo/src/fast_nlmeans_denoising_invoker.hpp                     col_dist_sums[tx + template_window_half_size_][y][x] += dist;
tx                292 modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp                 for (int tx = 0; tx < template_window_size_; tx++)
tx                293 modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp                     col_dist_sums[tx][d][y][x] = 0;
tx                301 modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp                 for (int tx = -template_window_half_size_; tx <= template_window_half_size_; tx++)
tx                306 modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp                                     main_extended_src_.at<T>(border_size_ + i + ty, border_size_ + j + tx),
tx                307 modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp                                     cur_extended_src.at<T>(border_size_ + start_y + ty, border_size_ + start_x + tx));
tx                123 modules/photo/src/opencl/nlmeans.cl             for (int tx = -TEMPLATE_SIZE2; tx <= TEMPLATE_SIZE2; ++tx)
tx                125 modules/photo/src/opencl/nlmeans.cl                 value = calcDist(src_template[tx], src_current[tx]);
tx                127 modules/photo/src/opencl/nlmeans.cl                 col_dists_current_private[tx + TEMPLATE_SIZE2] += value;
tx                 82 modules/video/src/opencl/optical_flow_farneback.cl     const int x = bx * (bdx - 2*polyN) + tx - polyN;
tx                 85 modules/video/src/opencl/optical_flow_farneback.cl     __local float *row = smem + tx;
tx                109 modules/video/src/opencl/optical_flow_farneback.cl     if (y < rows && y >= 0 && tx >= polyN && tx + polyN < bdx && x < cols)
tx                173 modules/video/src/opencl/optical_flow_farneback.cl         for (int i = tx; i < bdx + 2*ksizeHalf; i += bdx)
tx                189 modules/video/src/opencl/optical_flow_farneback.cl         row += tx + ksizeHalf;
tx                213 modules/video/src/opencl/optical_flow_farneback.cl         for (int i = tx; i < bdx + 2*ksizeHalf; i += bdx)
tx                237 modules/video/src/opencl/optical_flow_farneback.cl         row += tx + ksizeHalf;
tx                366 modules/video/src/opencl/optical_flow_farneback.cl         for (int i = tx; i < bdx + 2*ksizeHalf; i += bdx)
tx                390 modules/video/src/opencl/optical_flow_farneback.cl         row += tx + ksizeHalf;
tx                108 samples/cpp/detect_mser.cpp float	obsX = (float)0, obsY = (float)0, obsZ = (float)-10, tx = (float)0, ty = (float)0;
tx                128 samples/cpp/detect_mser.cpp     glTranslatef(tx,ty,0);
tx                147 samples/cpp/detect_mser.cpp         tx += float((x - prevX) / 100.0);
tx                291 samples/cpp/detect_mser.cpp                 tx=0;ty=0;