Reputation: 1
I am currently working on a project where I have nine points of interest identified through Hough lines intersection in each camera view. I have a total of three different views: left, mid, and right. While I have the pixel coordinates of these points, the correspondences between them across the three views are unknown. The cameras are calibrated, so the intrinsic and extrinsic parameters are known. My goal is to find the correspondences of these points across the three views to understand where a point in the left camera view appears in the right camera view or the mid camera view.
Here's an image showing three camera views with points of interest:
As of now, I have tried the following methods:
Upvotes: 0
Views: 61