Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp173 …NCVMatrixReuse<Ncv32f> frame1Mat(frame1MemSeg, static_cast<Ncv32u>(textureAlignment), frame1.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()