Searched defs:flow1 (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/superres/src/ |
D | optical_flow.cpp | 215 void Farneback::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2) in calc() 359 void DualTVL1::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2) in calc() 522 void Brox_CUDA::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2) in calc() 594 … void PyrLK_CUDA::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2) in calc() 675 …void Farneback_CUDA::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flo… in calc() 763 …void DualTVL1_CUDA::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow… in calc()
|
/external/opencv3/modules/video/test/ |
D | test_tvl1optflow.cpp | 118 double calcRMSE(const Mat_<Point2f>& flow1, const Mat_<Point2f>& flow2) in calcRMSE()
|
/external/opencv3/modules/superres/perf/ |
D | perf_superres.cpp | 95 virtual void calc(InputArray frame0, InputArray, OutputArray flow1, OutputArray flow2) in calc()
|