Home | History | Annotate | Download | only in test

Lines Matching refs:points4d

1305         Mat &points4D ) = 0;
1543 Mat points4d;
1544 triangulate(P1, P2, projectedPoints_1, projectedPoints_2, points4d);
1545 Mat homogeneousPoints4d = points4d.t();
1685 Mat &points4D );
1774 Mat &points4D )
1777 points4D.create(4, points1.cols, points1.type());
1778 CvMat _points4D = points4D;
1818 Mat &points4D );
1856 Mat &points4D )
1858 triangulatePoints(P1, P2, points1, points2, points4D);