I am using createOptFlow_DualTVL1()
to calculate optical flow which is giving me exactly what I want but it is very slow. Is there any way I can speed it up a little bit or is there any other optical flow function which will give me the same result with less processing time?
I have used calcOpticalFlowFarneback()
, cvGoodFeaturesToTrack()
but the quality is not good. please help.
Thank you in advance Below is how I apply createOptFlow_DualTVL1()
Ptr<DenseOpticalFlow> tvl1 = createOptFlow_DualTVL1();
tvl1->calc(Previous_Gray_Frame, Current_Gray_Frame, Optical_Flow);
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…