Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/src/
Dbtv_l1_cuda.cpp432 GpuMat curFrame_; member in __anon26178dda0111::BTVL1_CUDA
457 curFrame_.release(); in collectGarbage()
525 frameSource->nextFrame(curFrame_); in readNextFrame()
527 if (curFrame_.empty()) in readNextFrame()
531 curFrame_.convertTo(at(storePos_, frames_), CV_32F); in readNextFrame()
538 opticalFlow_->calc(prevFrame_, curFrame_, forwardMotion.first, forwardMotion.second); in readNextFrame()
539 opticalFlow_->calc(curFrame_, prevFrame_, backwardMotion.first, backwardMotion.second); in readNextFrame()
542 curFrame_.copyTo(prevFrame_); in readNextFrame()
Dbtv_l1.cpp823 Mat curFrame_; member in __anon11e7a35e0111::BTVL1
860 curFrame_.release(); in collectGarbage()
1006 frameSource->nextFrame(curFrame_); in readNextFrame()
1007 if (curFrame_.empty()) in readNextFrame()
1012 curFrame_.copyTo(ucurFrame_); in readNextFrame()
1019 curFrame_.convertTo(at(storePos_, frames_), CV_32F); in readNextFrame()
1023 opticalFlow_->calc(prevFrame_, curFrame_, at(storePos_ - 1, forwardMotions_)); in readNextFrame()
1024 opticalFlow_->calc(curFrame_, prevFrame_, at(storePos_, backwardMotions_)); in readNextFrame()
1027 curFrame_.copyTo(prevFrame_); in readNextFrame()