Searched refs:drawArrows (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/samples/tapi/ |
D | pyrlk_optical_flow.cpp | 33 static void drawArrows(UMat& _frame, const vector<Point2f>& prevPts, const vector<Point2f>& nextPts… in drawArrows() function 182 drawArrows(frameCopy, pts, nextPts, status, Scalar(255, 0, 0)); in main() 222 drawArrows(frame0, pts, nextPts, status, Scalar(255, 0, 0)); in main()
|
/external/opencv3/samples/gpu/ |
D | pyrlk_optical_flow.cpp | 30 static void drawArrows(Mat& frame, const vector<Point2f>& prevPts, const vector<Point2f>& nextPts, … in drawArrows() function 173 drawArrows(frame0, prevPts, nextPts, status, Scalar(255, 0, 0)); in main()
|