Raster registration using mutual correspondences in PyMeshLab #116
-
|
Hi, In order to align the mesh with the raster I've been using the 'Raster registration using mutual correspondences' method by defining the corresponding points on the raster and the mesh. I now wanted to automate this process using PyMeshLab but wasn't able to find the 'Raster registration using mutual correspondences' method. Am I looking in the wrong places or is it not available? And if not, are there any plans to add it to PyMeshLab? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Sorry but "Raster registration using mutual correspondences" is a method that belongs to an edit plugin, that's because the main feature of the plugin need manual editing operations that cannot be automatized easily, therefore this method is missing from pymeshlab. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I have created a library in python for texture-mapping similar to Meshlab rasterizer: https://github.com/misa-rtx/PhotoMesh/tree/main You only need the frames, camera poses/parameters (from COLMAP, for ex), and the reconstructed raw mesh. After getting frames, images.txt and cameras.txt, and poisson.ply, you will be able to easly run the texture mapper allowing high resolution to your mesh :)
|
Beta Was this translation helpful? Give feedback.

Sorry but "Raster registration using mutual correspondences" is a method that belongs to an edit plugin, that's because the main feature of the plugin need manual editing operations that cannot be automatized easily, therefore this method is missing from pymeshlab.