Searched refs:allocMatFromBuf (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/ |
D | farneback.cpp | 179 GpuMat allocMatFromBuf(int rows, int cols, int type, GpuMat& mat) in allocMatFromBuf() function 396 GpuMat M = allocMatFromBuf(5*height, width, CV_32F, M_); in calcImpl() 397 GpuMat bufM = allocMatFromBuf(5*height, width, CV_32F, bufM_); in calcImpl() 400 allocMatFromBuf(5*height, width, CV_32F, R_[0]), in calcImpl() 401 allocMatFromBuf(5*height, width, CV_32F, R_[1]) in calcImpl() 413 allocMatFromBuf(size.height, size.width, CV_32F, blurredFrame_[0]), in calcImpl() 414 allocMatFromBuf(size.height, size.width, CV_32F, blurredFrame_[1]) in calcImpl() 418 allocMatFromBuf(height, width, CV_32F, pyrLevel_[0]), in calcImpl() 419 allocMatFromBuf(height, width, CV_32F, pyrLevel_[1]) in calcImpl()
|
/external/opencv3/modules/video/src/ |
D | optflowgf.cpp | 711 UMat M = allocMatFromBuf(5*height, width, CV_32F, M_); in operator ()() 712 UMat bufM = allocMatFromBuf(5*height, width, CV_32F, bufM_); in operator ()() 715 allocMatFromBuf(5*height, width, CV_32F, R_[0]), in operator ()() 716 allocMatFromBuf(5*height, width, CV_32F, R_[1]) in operator ()() 730 allocMatFromBuf(size.height, size.width, CV_32F, blurredFrame_[0]), in operator ()() 731 allocMatFromBuf(size.height, size.width, CV_32F, blurredFrame_[1]) in operator ()() 735 allocMatFromBuf(height, width, CV_32F, pyrLevel_[0]), in operator ()() 736 allocMatFromBuf(height, width, CV_32F, pyrLevel_[1]) in operator ()() 832 static UMat allocMatFromBuf(int rows, int cols, int type, UMat &mat) in allocMatFromBuf() function in cv::FarnebackOpticalFlow
|