pythonopencvimage-processingcomputer-visionimage-stitching

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


I have images of object took it from different sides, i want to find out the correct position for every object's pixel appearing in image 1, in the other images

image1

image1

image1


Solution

  • I solved this problem using features matching + homography from OpenCV, for more details : https://docs.opencv.org/3.4/d1/de0/tutorial_py_feature_homography.html