graphdeco-inria / hierarchical-3d-gaussians

Official implementation of the SIGGRAPH 2024 paper "A Hierarchical 3D Gaussian Representation for Real-Time Rendering of Very Large Datasets"
Other
854 stars 77 forks source link

Problems when compiling SIBR-viewer #44

Open qi-an-zl opened 1 month ago

qi-an-zl commented 1 month ago

Here's what I'm doing “ cmake --build build -j --target install --config Release” Encountered the following error “ l error: opencv2/ximgproc/edge_filter.hpp: No such file or directory 19 | #include <opencv2/ximgproc/edge_filter.hpp> | ^~~~~~~~~~ compilation terminated. ” During compilation, embree has been changed to embree3 according to previous suggestions. (SIBR_viewers/src/core/raycaster/CMakeLists.txt)

Snosixtyboo commented 4 weeks ago

Hi,

it seems that opencv was installed without the contrib package on your machine. I am not entirely sure how this happened, but perhaps still will help you get started:

https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html