Open Jiatutu opened 3 years ago
Which is command u use to generate the ortho image?
Which is command u use to generate the ortho image?
I used Odm_orthophoto from the ODM open source library , is there any other way to generate orthophoto? I'm not sure if the problem is texture reconstruction or orthography。
OpenMVS can output orthophoto in texture mesh stage, you can check the help information or go through the code in TextureMesh.cpp @Jiatutu
Obj file is used to generate orthophoto image after texture reconstruction. Some black(white) holes will appear and the pixel value is 0
My steps and execution parameters are as follows:
1、ReconstructMesh.exe scene.mvs --target-face-num 400000 --thickness-factor 0 2、TextureMesh.exe scene_mesh.mvs --export-type obj --empty-color 0
Here is my screenshot: 1、The obj file after file reconstruction 2、Orthophonic image
How can I avoid these holes? Are there parameters I can control?