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

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -