Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIBR_viewer Install Error #19

Open
liangyuanZhang1 opened this issue Oct 15, 2024 · 1 comment
Open

SIBR_viewer Install Error #19

liangyuanZhang1 opened this issue Oct 15, 2024 · 1 comment

Comments

@liangyuanZhang1
Copy link

fatal error: opencv2/ximgproc/edge_filter.hpp: No such file or directory
19 | #include <opencv2/ximgproc/edge_filter.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

When I try to run this code
"cmake --build build -j24 --target install"

then I get the Error :fatal error: opencv2/ximgproc/edge_filter.hpp: No such file or directory
19 | #include <opencv2/ximgproc/edge_filter.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
How can I fix it.

@xiao1874
Copy link

ximgproc is a library of opencv_contirb, maybe you need to download opencv_contrib and recompile opencv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants