Home
last modified time | relevance | path

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

/external/opencv3/modules/superres/src/
Doptical_flow.cpp176 class Farneback : public CpuOpticalFlow, public cv::superres::FarnebackOpticalFlow class
179 Farneback();
204 Farneback::Farneback() : CpuOpticalFlow(CV_8UC1) in Farneback() function in __anonfeea14390211::Farneback
215 void Farneback::calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2) in calc()
220 void Farneback::collectGarbage() in collectGarbage()
225 void Farneback::impl(InputArray input0, InputArray input1, OutputArray dst) in impl()
235 return makePtr<Farneback>(); in createOptFlow_Farneback()
/external/opencv3/doc/py_tutorials/py_video/py_lucas_kanade/
Dpy_lucas_kanade.markdown170 computes the optical flow for all the points in the frame. It is based on Gunner Farneback's
172 Gunner Farneback in 2003.