Home | History | Annotate | Download | only in src

Lines Matching refs:vec

1105       Point2f vec(centers.at<float> (i, 0), centers.at<float> (i, 1));
1106 basis.push_back(vec);
1150 Point2f vec = keypoints[i] - keypoints[j];
1154 if (pointPolygonTest(Mat(hulls[k]), vec, false) >= 0)
1178 Point2f vec = keypoints[i] - keypoints[j];
1179 double dist = norm(vec);