openMVS icon indicating copy to clipboard operation
openMVS copied to clipboard

How do texture reconstruction results avoid pixel - free regions

Open Jiatutu opened this issue 2 years ago • 3 comments

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 image 2、Orthophonic image image

How can I avoid these holes? Are there parameters I can control?

Jiatutu avatar Jul 21 '21 09:07 Jiatutu

Which is command u use to generate the ortho image?

cdcseacave avatar Jul 21 '21 11:07 cdcseacave

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。

Jiatutu avatar Jul 22 '21 01:07 Jiatutu

OpenMVS can output orthophoto in texture mesh stage, you can check the help information or go through the code in TextureMesh.cpp @Jiatutu

CanCanZeng avatar Nov 11 '21 08:11 CanCanZeng