Java: Constructor of MatOfByte/MatOfFloat/... from Mat fail (Bug #3162)
Description
The compatibility of the argument is tested using checkVector() which seems inappropriate for this task.
Associated revisions
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