Header file is missing from Linux OpenCV v2.4.5 gpu module (Bug #3024)
Description
The current "stable" Linux version of OpenCV (the link if you click on "OpenCV for Linux/Mac" on the homepage "http://opencv.org/") is missing the file "saturate_cast.h" from the gpu module, so it is not possible to build the OpenCV v2.4.5 gpu module in Linux, you must download v2.4.4 instead. But 2.4.5 is already the "stable" release, so it shouldn't have this problem! (I have not tested v2.4.5 on other OSes if they also have the same problem or not).
Associated revisions
Merge pull request #3024 from jet47:fix-cudabgsegm-compilation
History
Updated by Vladislav Vinogradov almost 12 years ago
I've just downloaded the archive with OpenCV 2.4.5 for Linux.
It contains file "saturate_cast.hpp"
(not "saturate_cast.h"
) in modules/gpu/include/opencv2/gpu/device
folder.
Could you attach your build output and error message?
- Assignee changed from Anatoly Baksheev to Vladislav Vinogradov
Updated by Alexander Shishkov almost 12 years ago
Shervin, could you add more information about this problem?
- Target version set to 2.4.6
- Assignee changed from Vladislav Vinogradov to Shervin Emami
Updated by Andrey Pavlenko almost 12 years ago
Shervin, please respond or I'm going to cancel the issue.
- Target version deleted (
2.4.6) - Priority changed from High to Normal
- Start date deleted (
2013-05-15)
Updated by Vladislav Vinogradov almost 12 years ago
Closing this issue, because it is not reproducible.
- Status changed from Open to Cancelled