Lines Matching refs:CV_32F
306 flowx.create(size, CV_32F); in calcImpl()
307 flowy.create(size, CV_32F); in calcImpl()
321 frame0.convertTo(frames_[0], CV_32F, streams[0]); in calcImpl()
322 frame1.convertTo(frames_[1], CV_32F, streams[1]); in calcImpl()
364 curFlowX.create(height, width, CV_32F); in calcImpl()
365 curFlowY.create(height, width, CV_32F); in calcImpl()
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()
422 Mat g = getGaussianKernel(smoothSize, sigma, CV_32F); in calcImpl()
439 Mat g = getGaussianKernel(winSize_, winSize_/2*0.3f, CV_32F); in calcImpl()