UMat function defined in header is not implemented (Bug #3480)


Added by Aaron Kunze about 11 years ago. Updated about 11 years ago.


Status:Done Start date:2014-01-10
Priority:Normal Due date:
Assignee:Ilya Lavrenov % Done:

100%

Category:core
Target version:3.0-alpha
Affected version:branch 'master' (3.0-dev) Operating System:Any
Difficulty:Easy HW Platform:Any
Pull request:https://github.com/Itseez/opencv/pull/2152

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

Revision 4f82b358
Added by Vadim Pisarevsky over 10 years ago

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

Also available in: Atom PDF