Pose estimation of image from a point cloud [closed]

asked 2020-12-01 10:18:57 -0600

sigmoid90 gravatar image

I have a 3D point cloud of scene, its set of views with known poses and a new query image from camera with camera calibration data (i.e. focal length). Here is a snapshot of my point cloud of scene

image description

and query image

image description

I need to estimate the camera pose of the query image. I have found similar question on SO. My intuition is to find point correspondences btw the query image and all the view image of the scene and apply SolvePnP to get the camera pose.

My questions is whether it is right solution and how to approach it? Should I somehow use the original point cloud here once I get good correspondences btw the query image and view images to estimate the camera pose?

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by berak
close date 2020-12-02 08:58:56.526176

Comments

please don't post duplicate questions here (you already have 2 similar ines here) , else ppl will start all over, and you waste anyone's effor to help you, thanks.

berak gravatar imageberak ( 2020-12-02 08:58:25 -0600 )edit

@sturkmen -- deletion candidate

berak gravatar imageberak ( 2020-12-02 08:59:21 -0600 )edit