Searched refs:d_prevPts (Results 1 – 1 of 1) sorted by relevance
143 GpuMat d_prevPts; in main() local147 detector->detect(d_frame0Gray, d_prevPts); in main()160 …d_pyrLK->calc(useGray ? d_frame0Gray : d_frame0, useGray ? d_frame1Gray : d_frame1, d_prevPts, d_n… in main()164 vector<Point2f> prevPts(d_prevPts.cols); in main()165 download(d_prevPts, prevPts); in main()