How to find intersection point x and y using extrapolation or polyfit
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2018-6-16
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.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!