Home > Enterprise >  find the correct coordinates for every object's pixels appearring in first image in the other i
find the correct coordinates for every object's pixels appearring in first image in the other i

Time:02-28

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

CodePudding user response:

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

  • Related