Missing include utility in GPU (Bugfix #2915)
Description
I've experimented a bug in GPU module, because AutoBuffer isn't defined.
It was fixed by including '' #include "opencv2/core/utility.hpp" '' in precomp.hpp in GPU.
(see the atached patch)
I'm not sure this is the right way, but it's working on my system (Ubuntu + GCC + Cuda).
Associated revisions
Merge pull request #2915 from SpecLad:core-useless-casts
History
Updated by Anatoly Baksheev almost 12 years ago
- Assignee set to Vladislav Vinogradov
Updated by Vladislav Vinogradov almost 12 years ago
GPU module has several compilation errors in current master tip (including bug that you reported).
I submitted pull request to fix this issues:
https://github.com/Itseez/opencv/pull/719
- Pull request set to https://github.com/Itseez/opencv/pull/719
Updated by Vladislav Vinogradov almost 12 years ago
Compilation issues with gpu module in master branch were fixed.
- Category set to gpu (cuda)
- Target version set to 3.0
- Status changed from Open to Done