Results 382 comments of cDc

you are comparing probably oranges with apples: SLAM is a real time reconstruction pipeline that need a video as input (very dense frames), while SfM needs sparse frames as input...

the gaps, both in sparse and dense point cloud, are due to textureless areas or lack of good image overlap; a way to improve this is higher quality images (sharp,...

There is no robust way of rendering a depth map from a point cloud On Tue, 12 Sep 2023 at 09:54 Borja Albert Gramaje ***@***.***> wrote: > btw, could you...

if you finish the MVS interface, you can visualize it with the internal `Viewer` in OpenMVS, and can also export it in PLY or OBJ

Yes. But did you open Interface.h file? It is only one structure that needs to be filled, and that is all. On Thu, 20 Jul 2023 at 13:04 DimitrisKatsatos ***@***.***>...

@4CJ7T wow, you wrote a DMAP reader in python, this is so great!!! can you pls write one for the MVS file as well? and pls make a PR with...

I got your email. Looks fine, not sure what is what you want me to do. I can not compile as there a missing functions, however the approach should work....

[this](https://github.com/cdcseacave/openMVS/blob/91c9c2c9c1541400463a9792786472e3f9a264c1/libs/MVS/Interface.h#L324) is the C++ code that writes the MVS file, specialized for strings, and [here](https://github.com/cdcseacave/openMVS/blob/91c9c2c9c1541400463a9792786472e3f9a264c1/libs/MVS/Interface.h#L739) is the order can you pls see what is happening with the helps of this...

Here is an example [interface.zip](https://github.com/cdcseacave/openMVS/files/12106830/interface.zip)

wow, great work @4CJ7T , thank you for helping again