Compile error: converting const uchar* to uchar* (Bug #3853)
Description
The commit 98d5731ad8342ec2ea3cc83ad81c1399d4a7a638 causes a compile error due to an invalid conversion in cuda_buffer_pool.cpp (line 393)
Associated revisions
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