How can I convert a camera coordinate to pixel coordinate?
Hello, I got camera coordinates of two aruco markers, and I used the geometric relationship to predict another camera coordinate. I already have camera matrix and distortion matrix, how can I use them to convert the third camera coordinate to pixel coordinate? So that I can marker the third coordinate on frame. Thanks for any help.