How to find intersection point x and y using extrapolation or polyfit
2 views (last 30 days)
Show older comments
I have two points A and B.point A(x,y) and point B(x,y) in 192 frames. I want to make extrapolation or ployfit and polyval. to get the intersection point (x,y) with the lower and upper horizontal lines without back to the video and expecting that point coordinates. the lower horizontal line has two points E and F, and (x,y)and the upper horizontal line has two points C and D (x,y). But the problem is the y-axis is different for each frame because it goes up and down and backward and x-axis goes forward and backward. I need to find this point automatically acoodring this point's coordinates.
please look at the picture
Thanks in advance
the y-axis is not stable in all frames.
2 Comments
Walter Roberson
on 16 Jun 2018
Does this involve image processing to detect the points, or did you already detect the points?
Having a couple of image frames to work with would help our understanding.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!