In my project, I would like to find the best convergence point of trajectories of tracked points (done with cv2.calcOpticalFlowPyrLK…).
I know all the points of each trajectory.
My goal is to find the coordinates of the pink point which will ate the convergence of all trajectories.
Any ideas ?
Thanks
I want to find a way to find the coordinates (x,y) of the pink point that I manually add to the image
1