Java: Constructor of MatOfByte/MatOfFloat/... from Mat fail (Bug #3162)


Added by Jan Starzynski over 11 years ago. Updated over 11 years ago.


Status:Cancelled Start date:
Priority:Normal Due date:
Assignee:Jan Starzynski % Done:

0%

Category:java bindings
Target version:-
Affected version:2.4.6 (latest release) Operating System:Any
Difficulty:Easy HW Platform:Any
Pull request:

Description

The compatibility of the argument is tested using checkVector() which seems inappropriate for this task.


Associated revisions

Revision 83a0f0dd
Added by Vadim Pisarevsky over 10 years ago

Merge pull request #3162 from alekcac:fix_in_py_tutor

History

Updated by Andrew Senin over 11 years ago

Hi Jan,

You've just done a very good job of fixing the issue #1138. Do you think you can handle this one too?

  • Difficulty set to Easy
  • Assignee changed from Andrey Pavlenko to Jan Starzynski
  • Status changed from New to Open

Updated by Andrey Pavlenko over 11 years ago

Hi Jan,
Could you explain what's wrong you've found? e.g. a code sample that should work but doesn't?
Actually the `MatOfXxx` types were introduced to represent C++ `std::vector<Xxx>` in Java, so it's not allowed to put something different there.

  • Start date deleted (2013-07-17)

Updated by Andrey Pavlenko over 11 years ago

  • Status changed from Open to Cancelled

Also available in: Atom PDF