I have the following problem. Suppose I have a 3D triangle in world coordinates, and I know their corresponding projected image coordinates. Is it possible to find the view and projection transform?
The image points are actually found by feature point detection algorithm, which is why I do not know the view/proj matrices. But I want to project more 3D points, which is why I need to solve/approximate the view/projection matrices.