"Dense Optical Flow in OpenCV" documentation contains error (Bug #3647)


Added by Антон Зверев almost 11 years ago. Updated almost 11 years ago.


Status:Cancelled Start date:2014-04-14
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:documentation
Target version:3.0 Estimated time:0.00 hour
Affected version:branch 'master' (3.0-dev) Operating System:Any
Difficulty:Easy HW Platform:Any
Pull request:

Description

Instead of
flow = cv2.calcOpticalFlowFarneback(prvs,next, None, 0.5, 3, 15, 3, 5, 1.2, 0)
should be
flow = cv2.calcOpticalFlowFarneback(prvs,next, 0.5, 3, 15, 3, 5, 1.2, 0)


History

Updated by Антон Зверев almost 11 years ago

checked with wrong version

  • Status changed from New to Cancelled

Also available in: Atom PDF