Home
last modified time | relevance | path

Searched defs:flow1 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/superres/src/
Doptical_flow.cpp215 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/
Dtest_tvl1optflow.cpp118 double calcRMSE(const Mat_<Point2f>& flow1, const Mat_<Point2f>& flow2) in calcRMSE()
/external/opencv3/modules/superres/perf/
Dperf_superres.cpp95 virtual void calc(InputArray frame0, InputArray, OutputArray flow1, OutputArray flow2) in calc()