UMat function defined in header is not implemented (Bug #3480)
Description
The _OutputArray(const UMat& m) constructor is defined in core/mat.hpp at line 201, but it is not implemented anywhere. Trying to use it causes linker errors. The non-const version is implemented, but this one is not.
Associated revisions
Merge pull request #3480 from mshabunin:python-test-24
History
Updated by Ilya Lavrenov about 11 years ago
Hi Aaron, thanks for the bug-report. I also faced with this problem and it was fixed in this PR https://github.com/Itseez/opencv/pull/2152
- Target version set to 3.0-alpha
- % Done changed from 0 to 100
- Status changed from New to Done
- Assignee changed from Andrey Pavlenko to Ilya Lavrenov
- Category changed from ocl to core
- Pull request set to https://github.com/Itseez/opencv/pull/2152