EAGLE-TextureMapping
EAGLE-TextureMapping copied to clipboard
Run the project without depth image
Dear author,
I want to run the project without depth image , just with obj file and images and camera pose. With these information, can I reconstruct the texture ?
Thanks so much!
In fact, depth images are unused in the current version. In old version, the depth images are for the valid checking of 3D-to-image projection. If the depth in the depth image and from the re-projection from other views are with big offset, it may be a bad projection.
So you comment the " readDepthImgs();" and it still works.