openMVS icon indicating copy to clipboard operation
openMVS copied to clipboard

How not to change the depth map I added?

Open 1z2z opened this issue 1 year ago • 3 comments

Hello! I improved the depth map generated by openmvs (that is, the depth map part in the dmap file), and then re-wrote the dmap file without the confidence map and normal map. After I further executed DensifyPointCloud, the depth map part in the dmap file again According to the generated confidence map has changed (probably improved badly). But I don't want to change, what should I do?

1z2z avatar Apr 17 '23 09:04 1z2z

Disable geometric iterations and filtering. See params

On Mon, 17 Apr 2023 at 12:37 1z2z @.***> wrote:

Hello! I improved the depth map generated by openmvs (that is, the depth map part in the dmap file), and then re-wrote the dmap file without the confidence map and normal map. After I further executed DensifyPointCloud, the depth map part in the dmap file again According to the generated confidence map has changed (probably improved badly). But I don't want to change, what should I do?

— Reply to this email directly, view it on GitHub https://github.com/cdcseacave/openMVS/issues/973, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVMH3VUTF7T5AUZR5RRTU3XBUFMHANCNFSM6AAAAAAXA5P5CY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

cdcseacave avatar Apr 18 '23 09:04 cdcseacave

Disable geometric iterations and filtering. See params On Mon, 17 Apr 2023 at 12:37 1z2z @.> wrote: Hello! I improved the depth map generated by openmvs (that is, the depth map part in the dmap file), and then re-wrote the dmap file without the confidence map and normal map. After I further executed DensifyPointCloud, the depth map part in the dmap file again According to the generated confidence map has changed (probably improved badly). But I don't want to change, what should I do? — Reply to this email directly, view it on GitHub <#973>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVMH3VUTF7T5AUZR5RRTU3XBUFMHANCNFSM6AAAAAAXA5P5CY . You are receiving this because you are subscribed to this thread.Message ID: @.>

The relevant parameter of depth image filtering is "nOptimize", right? I can't find the relevant parameters for geometry iteration, can you point me to that? Thanks.

1z2z avatar Apr 19 '23 08:04 1z2z

the two params are --geometric-iters and --postprocess-dmaps

cdcseacave avatar Apr 19 '23 08:04 cdcseacave