Agisoft Metashape

Agisoft Metashape => Face and Body Scanning => Topic started by: rrkarim on November 04, 2020, 09:54:48 AM

Title: Matching between uv coordinates and pixel coordinates of each image in the model
Post by: rrkarim on November 04, 2020, 09:54:48 AM
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.