Home | History | Annotate | Download | only in test

Lines Matching refs:Point2f

624     Point2f s[4], d[4];
630 s[0] = Point2f(0,0);
631 d[0] = Point2f(0,0);
632 s[1] = Point2f(src.cols-1.f,0);
633 d[1] = Point2f(dst.cols-1.f,0);
634 s[2] = Point2f(src.cols-1.f,src.rows-1.f);
635 d[2] = Point2f(dst.cols-1.f,dst.rows-1.f);
636 s[3] = Point2f(0,src.rows-1.f);
637 d[3] = Point2f(0,dst.rows-1.f);
1408 std::vector<Point2f> points_vector;
1410 Point2f p21(4,4);
1411 Point2f p22(8,8);
1412 Point2f p23(16,16);
1647 Mat rot = getRotationMatrix2D(Point2f(0.f, 0.f), 1, 1);
1659 Point2f A_sample[3];
1660 A_sample[0] = Point2f(8.f, 9.f);
1661 A_sample[1] = Point2f(40.f, 41.f);
1662 A_sample[2] = Point2f(47.f, 48.f);
1663 Point2f B_sample[3];
1664 B_sample[0] = Point2f(7.37465f, 11.8295f);
1665 B_sample[1] = Point2f(15.0113f, 12.8994f);
1666 B_sample[2] = Point2f(38.9943f, 9.56297f);