Missing include utility in GPU (Bugfix #2915)


Added by Mathieu Barnachon almost 12 years ago. Updated almost 12 years ago.


Status:Done Start date:2013-03-25
Priority:Normal Due date:
Assignee:Vladislav Vinogradov % Done:

0%

Category:gpu (cuda)
Target version:3.0
Affected version:branch 'master' (2.4.9) Operating System:
Difficulty: HW Platform:
Pull request:https://github.com/Itseez/opencv/pull/719

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).


include-utility.patch (402 Bytes) Mathieu Barnachon, 2013-03-25 09:20 am


Associated revisions

Revision 133d861d
Added by Vadim Pisarevsky over 10 years ago

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

Also available in: Atom PDF