-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
fatal error: opencv2/video/detail/tracking.private.hpp:No such file or directory #2780
Comments
You should keep source code bases of opencv/opencv_contrib synchronized (the same git tag or head of the same branch). More details are required about failed compilation:
Avoid that.
typo
May lead to unexpected tests failures.
Not necessary if Build / usage questions should go to Users OpenCV Q/A forum: http://answers.opencv.org |
Hello, I am having the same problem, with a slightly different setup: Compiling with: I ran make with VERBOSE=1, here is the output: I would greatly appreciate any help regarding this issue. EDIT: Updating to newest version fixed the issue. |
update to what version solved this? |
Thanks @alalek |
maybe, we should reopen this. while the library builds fine (using exactly the same versions for contrib and main), |
Install-related issue is here: opencv/opencv#19260 |
General configuration for OpenCV 4.5.1 ===================================== Extra modules: Platform: CPU/HW features: C/C++: OpenCV modules: Windows RT support: NO GUI: Media I/O: Video I/O: Parallel framework: Concurrency Trace: YES (with Intel ITT) Other third-party libraries: NVIDIA CUDA: YES (ver 10.1, CUFFT CUBLAS FAST_MATH) cuDNN: YES (ver 7.6.5) OpenCL: YES (NVD3D11) Python 3: Python (for build): C:/Users/SRI/anaconda3/python.exe Java: Install to: C:/OpenCV/installConfiguring done Error LOgsfeatureColorName.cpp C:\OpenCV>"C:\Program Files\CMake\bin\cmake.exe" --build "C:\OpenCV\Build" --target INSTALL --config Release ade.vcxproj -> C:\OpenCV\Build\lib\Release\ade.lib |
System information (version)
Detailed description
fatal error: opencv2/video/detail/tracking.private.hpp: No such file or directory #include "opencv2/video/detail/tracking.private.hpp"
I didn't find the 'video' in the opencv2 directory
Steps to reproduce
My 'cmake' configuration is
cmake -D CMAKE_BUILD_TYPE=RELEASE -D MAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules -D CUDA_ARCH_BIN='7.2' -D WITH_CUDA=1 -D WITH_V4L=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D ENABLE_FAST_MATH=1 -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -D OPENCV_GENERATE_PKGCONFIG=1 -D CUDA_GENERATION=Pascal -D WITH_GTK_2_X=ON ..
Then,
sudo make -j6
Please give me some suggestions on this, thank you for taking the time to read my issue.
The text was updated successfully, but these errors were encountered: