为出现在第一张图像中的每个对象的像素在其他图像中找到正确的坐标

find the correct coordinates for every object's pixels appearring in first image in the other images

我有从不同侧面拍摄的物体图像,我想找出图像 1 和其他图像中出现的每个物体像素的正确位置

我使用 OpenCV 的特征匹配+单应性解决了这个问题,更多细节:https://docs.opencv.org/3.4/d1/de0/tutorial_py_feature_homography.html