1
General / Re: How to project feature pixel-annotation to orthomosaic
« on: January 19, 2021, 04:12:31 PM »
Hi,
nope i think it is not possible with Metashape. However mathematically speaking it should be possible.
For the calculation you will need the estimated pose of the camera and the DEM that was used for orthomosaic creation. Then for each pixel-feature you need to perform the inverse operation of orthorectification. That will involve raycasting from the pixels of the image you want to project to the DEM and based on that select pixel-features on the orthomosaic.
As an approximation you could use gdalwarp which just does reprojection no raycasting if you have flat terrain.
nope i think it is not possible with Metashape. However mathematically speaking it should be possible.
For the calculation you will need the estimated pose of the camera and the DEM that was used for orthomosaic creation. Then for each pixel-feature you need to perform the inverse operation of orthorectification. That will involve raycasting from the pixels of the image you want to project to the DEM and based on that select pixel-features on the orthomosaic.
As an approximation you could use gdalwarp which just does reprojection no raycasting if you have flat terrain.