HomeSort by relevance Sort by last modified time
    Searched refs:CV_PI (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/opencv3/modules/viz/test/
test_tutorial2.cpp 33 rot_vec[0] += CV_PI * 0.01;
34 rot_vec[1] += CV_PI * 0.01;
35 rot_vec[2] += CV_PI * 0.01;
38 translation_phase += CV_PI * 0.01;
test_precomp.hpp 97 double x = 2 * cos(i * 3 * CV_PI/180.0) * (1.0 + 0.5 * cos(1.2 + i * 1.2 * CV_PI/180.0));
98 double y = 0.25 + i/270.0 + sin(j * CV_PI/180.0) * 0.2 * sin(0.6 + j * 1.5 * CV_PI/180.0);
99 double z = 2 * sin(i * 3 * CV_PI/180.0) * (1.0 + 0.5 * cos(1.2 + i * CV_PI/180.0));
test_tutorial3.cpp 32 Affine3d cloud_pose = Affine3d().rotate(Vec3d(0.0, CV_PI/2, 0.0)).rotate(Vec3d(0.0, 0.0, CV_PI)).translate(Vec3d(0.0, 0.0, 3.0));
tests_simple.cpp 103 ccol.addCloud(cloud, Color::white(), Affine3d().translate(Vec3d(0, 0, 0)).rotate(Vec3d(CV_PI/2, 0, 0)));
123 viz.showWidget("cloud1", WPaintedCloud(cloud), Affine3d(Vec3d(0.0, -CV_PI/2, 0.0), Vec3d(-1.5, 0.0, 0.0)));
124 viz.showWidget("cloud2", WPaintedCloud(cloud, Vec3d(0.0, -0.75, -1.0), Vec3d(0.0, 0.75, 0.0)), Affine3d(Vec3d(0.0, CV_PI/2, 0.0), Vec3d(1.5, 0.0, 0.0)));
189 double angle = CV_PI/2 * i/64.0;
225 polyline.at<Vec3d>(i) = Vec3d(i/16.0, cos(i * CV_PI/6), sin(i * CV_PI/6));
294 Vec3d pose(sin(a * CV_PI/180), 0.7, cos(a * CV_PI/180));
322 Vec3d pose = 5 * Vec3d(sin(3.14 + 2.7 + i*60 * CV_PI/180), 0.4 - i*0.3, cos(3.14 + 2.7 + i*60 * CV_PI/180))
    [all...]
  /external/opencv3/modules/features2d/src/kaze/
utils.h 15 return static_cast<float>(CV_PI)-atanf(-y / x);
19 return static_cast<float>(CV_PI)+atanf(y / x);
23 return static_cast<float>(2.0 * CV_PI) - atanf(-y / x);
fed.cpp 117 float h = cosf((float)CV_PI * (2.0f * (float)k + 1.0f) * c);
  /external/opencv3/samples/cpp/tutorial_code/viz/
widget_pose.cpp 59 rot_vec.at<float>(0,0) += CV_PI * 0.01f;
60 rot_vec.at<float>(0,1) += CV_PI * 0.01f;
61 rot_vec.at<float>(0,2) += CV_PI * 0.01f;
64 translation_phase += CV_PI * 0.01f;
  /external/opencv3/modules/cudev/include/opencv2/cudev/
common.hpp 87 #define CV_PI_F ((float)CV_PI)
  /external/opencv3/modules/core/include/opencv2/core/cuda/
common.hpp 58 #ifndef CV_PI
61 #define CV_PI_F ((float)CV_PI)
  /external/opencv3/modules/imgproc/perf/opencl/
perf_imgwarp.cpp 67 { cos(CV_PI / 6), -sin(CV_PI / 6), 100.0 },
68 { sin(CV_PI / 6), cos(CV_PI / 6) , -100.0 }
98 {cos(CV_PI / 6), -sin(CV_PI / 6), 100.0},
99 {sin(CV_PI / 6), cos(CV_PI / 6), -100.0},
perf_houghLines.cpp 32 Values( CV_PI / 180.0, 0.1 )))
68 Values( CV_PI / 180.0, 0.1 )))
  /external/opencv3/samples/cpp/
houghlines.cpp 35 HoughLines(dst, lines, 1, CV_PI/180, 100, 0, 0 );
51 HoughLinesP(dst, lines, 1, CV_PI/180, 50, 50, 10 );
cout_mat.cpp 32 I.at<double>(1,1) = CV_PI;
  /external/opencv3/samples/cpp/tutorial_code/ml/introduction_to_pca/
introduction_to_pca.cpp 27 // double degrees = angle * 180 / CV_PI; // convert radians to degrees (0-180 range)
36 p.x = (int) (q.x + 9 * cos(angle + CV_PI / 4));
37 p.y = (int) (q.y + 9 * sin(angle + CV_PI / 4));
40 p.x = (int) (q.x + 9 * cos(angle - CV_PI / 4));
41 p.y = (int) (q.y + 9 * sin(angle - CV_PI / 4));
  /external/opencv3/modules/calib3d/test/
test_decompose_projection.cpp 86 rng.fill(rVec, cv::RNG::UNIFORM, -CV_PI, CV_PI);
test_affine3.cpp 64 R.val[0] = R.val[4] = std::cos(CV_PI*angle/180.0);
65 R.val[3] = std::sin(CV_PI*angle/180.0);
test_posit.cpp 131 angleX = (float)(cvtest::randReal(rng)*2*CV_PI);
132 angleY = (float)(cvtest::randReal(rng)*2*CV_PI);
133 angleZ = (float)(cvtest::randReal(rng)*2*CV_PI);
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
HoughLines_Demo.cpp 92 HoughLines( edges, s_lines, 1, CV_PI/180, min_threshold + s_trackbar, 0, 0 );
119 HoughLinesP( edges, p_lines, 1, CV_PI/180, min_threshold + p_trackbar, 30, 10 );
  /external/opencv3/samples/gpu/
houghlines.cpp 44 cv::HoughLinesP(mask, lines_cpu, 1, CV_PI / 180, 50, 60, 5);
62 Ptr<cuda::HoughSegmentDetector> hough = cuda::createHoughSegmentDetector(1.0f, (float) (CV_PI / 180.0f), 50, 5);
pyrlk_optical_flow.cpp 58 p.x = (int) (q.x + 9 * cos(angle + CV_PI / 4));
59 p.y = (int) (q.y + 9 * sin(angle + CV_PI / 4));
62 p.x = (int) (q.x + 9 * cos(angle - CV_PI / 4));
63 p.y = (int) (q.y + 9 * sin(angle - CV_PI / 4));
  /external/opencv3/samples/tapi/
pyrlk_optical_flow.cpp 63 p.x = (int) (q.x + 9 * cos(angle + CV_PI / 4));
64 p.y = (int) (q.y + 9 * sin(angle + CV_PI / 4));
67 p.x = (int) (q.x + 9 * cos(angle - CV_PI / 4));
68 p.y = (int) (q.y + 9 * sin(angle - CV_PI / 4));
  /external/opencv3/modules/calib3d/src/
polynom_solver.cpp 78 x1 = 2 * sqrt_Q * cos((theta + 2 * CV_PI)/ 3.0) - b_a_3;
79 x2 = 2 * sqrt_Q * cos((theta + 4 * CV_PI)/ 3.0) - b_a_3;
  /external/opencv3/modules/imgproc/src/
gabor.cpp 79 double cscale = CV_PI*2/lambd;
  /external/opencv3/modules/video/perf/
perf_ecc.cpp 38 angle = CV_PI/30;
  /external/opencv3/modules/imgproc/test/ocl/
test_houghlines.cpp 121 thetaStep = CV_PI / 180;
175 Values(CV_PI / 180.0, CV_PI / 360.0), // thetaStep

Completed in 494 milliseconds

1 2 3 4 5