Home
last modified time | relevance | path

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

/external/opencv3/samples/gpu/
Dopticalflow_nvidia_api.cpp417 Ptr<NCVMatrixAlloc<Ncv32f> > dst_host; in main() local
422 …rnNcvStat (LoadImages (frame0Name, frame1Name, width, height, src_host, dst_host, firstFrame, last… in main()
426 …tat (LoadImages ("frame10.bmp", "frame11.bmp", width, height, src_host, dst_host, firstFrame, last… in main()
436 ncvAssertReturnNcvStat (dst_host->copySolid ( *dst, 0 )); in main()