1z2z

Results 6 issues of 1z2z

When installing openmvg with vcpkg it finally shows: The package openmvg provides CMake targets: find_package(OpenMVG CONFIG REQUIRED) # Note: 16 target(s) were omitted. target_link_libraries(main PRIVATE OpenMVG::openMVG_sfm OpenMVG::openMVG_exif OpenMVG::openMVG_fast OpenMVG::openMVG_kvld) How...

Hi, sorry to bother, I was wondering if the method proposed in this paper "Semantically Derived Geometric Constraints for MVS Reconstruction of Textureless Areas" has been integrated into the repository?...

I generated depth maps by other means and wrote them to dmap format, to fuse them into point cloud use command line behavior: DensifyPointCloud -i scene.mvs -o scene_dense.mvs --geometric-iters 0...

Hello, I want to use ETH3D dataset, but InterfaceCOLMAP can only handle PINHOLE camera model, but ETH3D dataset camera model is THIN_PRISM_FISHEYE. How can I convert it to PINHOLE? Sincere...

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...

Hello! I want to know how DensifyPointCloud skips the depth map filtering step and directly uses its own dmap file for the next step of depth map fusion? I really...