Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp172 …NCVMatrixReuse<Ncv32f> frame0Mat(frame0MemSeg, static_cast<Ncv32u>(textureAlignment), frame0.cols,… in calc() local
177 size_t bufSize = getBufSize(desc, frame0Mat, frame1Mat, uMat, vMat, textureAlignment); in calc()
182 …ncvSafeCall( NCVBroxOpticalFlow(desc, gpuAllocator, frame0Mat, frame1Mat, uMat, vMat, StreamAccess… in calc()