Searched refs:Farneback (Results 1 – 2 of 2) sorted by relevance
176 class Farneback : public CpuOpticalFlow, public cv::superres::FarnebackOpticalFlow class179 Farneback();204 Farneback::Farneback() : CpuOpticalFlow(CV_8UC1) in Farneback() function in __anonfeea14390211::Farneback215 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()
170 computes the optical flow for all the points in the frame. It is based on Gunner Farneback's172 Gunner Farneback in 2003.