Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

TYPE ERROR : expected intiger , got float

Traceback (most recent call last): File "example.py", line 58, in <module> flow = cv2.calcOpticalFlowFarneback(gray1, gray2,0.5, 3, 15, 2, 5, 1.2, 0) # calculating the flow between gray1 and gray2 using gunner farneback algorithm TypeError: integer argument expected, got float

click to hide/show revision 2
retagged

updated 2017-01-24 01:04:27 -0600

berak gravatar image

TYPE ERROR : expected intiger , got float

Traceback (most recent call last): File "example.py", line 58, in <module> flow = cv2.calcOpticalFlowFarneback(gray1, gray2,0.5, 3, 15, 2, 5, 1.2, 0) # calculating the flow between gray1 and gray2 using gunner farneback algorithm TypeError: integer argument expected, got float