Forum

Author Topic: Matching between uv coordinates and pixel coordinates of each image in the model  (Read 8351 times)

rrkarim

  • Newbie
  • *
  • Posts: 1
    • View Profile
Hi, is there any way in Metashape Python api to find the matching between uv texture coordinates and pixel coordinates of each image?
Right now the only option for me is to run my algorithm (the algorithm which should eventually iterate through all the texture coordinates) on multiple images and then I use the output images to build the texture. This is not optimal and working with only texture coordinates (knowing the distance and 3d coordinate for each uv coordinate) would give us a boost in the speed.