Home
last modified time | relevance | path

Searched refs:inPoints (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/video/perf/
Dperf_optflowpyrlk.cpp76 vector<Point2f> inPoints; variable
81 FormTrackingPointsArray(inPoints, frame1.cols, frame1.rows, nPointsX, nPointsY);
82 outPoints.resize(inPoints.size());
83 status.resize(inPoints.size());
84 err.resize(inPoints.size());
86 declare.in(frame1, frame2, inPoints).out(outPoints);
90 calcOpticalFlowPyrLK(frame1, frame2, inPoints, outPoints, status, err,
150 vector<Point2f> inPoints; variable
155 FormTrackingPointsArray(inPoints, frame1.cols, frame1.rows, nPointsX, nPointsY);
156 outPoints.resize(inPoints.size());
[all …]