Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaoptflow/src/
Dbrox.cpp175 …NCVMatrixReuse<Ncv32f> vMat(vMemSeg, static_cast<Ncv32u>(textureAlignment), v.cols, v.rows, static… 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()