I have the following problem: given a 3D point cloud, its set of views V with known poses, and a view v ∉ V (i.e. with completely unknown pose), how to estimate the camera pose matrix of v avoiding to run the reconstruction again with V ∪ {v}?
I am trying to solve this in OpenCV 3.2, however any idea, intuition or pseudocode that you can provide me would be very useful. Thanks!