"Dense Optical Flow in OpenCV" documentation contains error (Bug #3647)
Description
Instead of flow = cv2.calcOpticalFlowFarneback(prvs,next, None, 0.5, 3, 15, 3, 5, 1.2, 0)
should beflow = 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