Compile error: converting const uchar* to uchar* (Bug #3853)


Added by Beojan Stanislaus over 10 years ago. Updated over 10 years ago.


Status:Done Start date:2014-08-10
Priority:High Due date:
Assignee:Anatoly Baksheev % Done:

0%

Category:gpu (cuda)
Target version:3.0
Affected version:branch 'master' (3.0-dev) Operating System:Linux
Difficulty: HW Platform:x64
Pull request:

Description

The commit 98d5731ad8342ec2ea3cc83ad81c1399d4a7a638 causes a compile error due to an invalid conversion in cuda_buffer_pool.cpp (line 393)


Associated revisions

Revision 5a0c7a13
Added by Vadim Pisarevsky almost 10 years ago

Merge pull request #3853 from alalek:ocl_fix_bufferpool_cleanup

History

Updated by Palash Agrawal over 10 years ago

Beojan Stanislaus wrote:

The commit 98d5731ad8342ec2ea3cc83ad81c1399d4a7a638 causes a compile error due to an invalid conversion in cuda_buffer_pool.cpp (line 393)

I think the problem in this is on cuda_buffer_pool.cpp(line 97)
in the parameter from uchar * to const uchar *

Updated by Dmitry Retinskiy over 10 years ago

Hello Beojan,

could you attach the build log?

Anatoly could you check the code in the pointed out location?
Thanks.

  • Target version set to 3.0
  • Category set to gpu (cuda)
  • Assignee set to Anatoly Baksheev

Updated by Dmitry Retinskiy over 10 years ago

  • Status changed from New to Open

Updated by Adil Ibragimov over 10 years ago

Compile error is fixed by https://github.com/Itseez/opencv/pull/3089
This ticket can be closed.

Updated by Steven Puttemans over 10 years ago

  • Status changed from Open to Done

Also available in: Atom PDF