Home
last modified time | relevance | path

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

/external/opencv3/samples/gpu/
Dpyrlk_optical_flow.cpp142 GpuMat d_frame0Gray(frame0Gray); in main() local
145 …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()