Ask Your Question

screen1's profile - activity

2018-07-12 04:10:47 -0600 received badge  Popular Question (source)
2018-06-13 10:59:38 -0600 received badge  Student (source)
2017-01-30 04:07:08 -0600 received badge  Enthusiast
2017-01-25 03:05:54 -0600 commented answer TYPE ERROR : expected intiger , got float

finally I got Solution sir thank you but I want to know the instruction for read image which we generated images in the same directory Please help me Thank you in advance

2017-01-25 03:01:19 -0600 commented answer TYPE ERROR : expected intiger , got float

I am Sorry , unable to catch you what you are commented, can you please elaborate it. thank you in advance

2017-01-24 04:52:31 -0600 commented answer TYPE ERROR : expected intiger , got float

Thank you very much for the kind reply. I got the following error after executing the instruction:

File "example.py", line 61, in <module> flow=cv2.calcOpticalFlowFarneback(gray1, gray2, pyr_scale=0.5, levels=3, winsize=15, iterations=2, poly_n=5, poly_sigma=1.2, flags=0) TypeError: Required argument 'flow' (pos 3) not found

2017-01-24 01:02:35 -0600 asked a question 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

2017-01-24 01:02:34 -0600 asked a question gray2=cv2.imread(frame_list[cnt],0)

can any Please explain this instruction