Searched refs:d_frame0Gray (Results 1 – 1 of 1) sorted by relevance
142 GpuMat d_frame0Gray(frame0Gray); in main() local145 …Ptr<cuda::CornersDetector> detector = cuda::createGoodFeaturesToTrackDetector(d_frame0Gray.type(),… in main()147 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()