mve icon indicating copy to clipboard operation
mve copied to clipboard

Multi-View Environment

Results 8 mve issues
Sort by recently updated
recently updated
newest added

Hello, I tried to add another MVS to dmrecon, and the depth map it returned is an Eigen matrix(Eigen::MatrixXf). I intend to continue to use scene2pset and so on. So...

I have been running makescene several time and it has worked fine. However, I needed to move the all images to another location and run from there. When I try...

I need to use known camera intrinsics when running Structure From Motion with the command mve.sfmrecon. I therefore add known intrinsics to the meta.ini-files and then run mve.sfmrecon with the...

Hi, I was looking at the code but I was not able to find any way to introduce known intrinsic camera parameters with the images. Did I just overlooked it,...

feature request

It would be nice if inside of `view_xxxx.mve` directory, the file `original.jpg` was a hardlink of the original, instead of copy (when possible). This would save hard disk space.

Hi! I'm running the active version of mve in the ODM docker container. From this, I have an intermediate nvm file with a set of images generated through ODM wherein...

when i compile the code, errors occured. i don't know why, it seems the "util" package went wrong. ```bash /usr/include/c++/11/bits/stl_tempbuf.h:225:3: error: template specialization with C linkage 225 | template |...

Hello there, I have a dataset of images I took and, alongside it, I have saved information on the camera position, direction and rotation (in form of a quaternion) for...