Getting the co-ordinates of a line & storing in a list using opencv in python -


i trying compare positions respect boundary line created on video frame.i have generated line using syntax cv2.line(frame,(180,100),(350,400),(0,0,255),2) want store points,fall on line,in list.please give solution above. in advance.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -