Home
last modified time | relevance | path

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

/external/opencv3/samples/gpu/
Dpyrlk_optical_flow.cpp156 GpuMat d_frame1Gray(frame1Gray); in main() local
160 …d_pyrLK->calc(useGray ? d_frame0Gray : d_frame0, useGray ? d_frame1Gray : d_frame1, d_prevPts, d_n… in main()