Closed GoogleCodeExporter closed 8 years ago
Please read http://code.google.com/p/javacv/wiki/WhereIsFeatureXOfOpenCV
Original comment by samuel.a...@gmail.com
on 9 Jul 2012 at 1:19
FYI, `total() == rows * cols` and `isContinous() == (step == 0 || step == cols
* CV_ELEM_SIZE(type))`, so just use that. IMO, the C++ API has too much fluff
and is too badly designed to bother.
Original comment by samuel.a...@gmail.com
on 14 Jul 2012 at 2:23
Now that you mention it though, it looks like OpenCV decided to add some
depth(), channels(), elemSize() functions similar to what I had already added
in JavaCV, so I guess I'll be adding isContinuous() and total() as well, just
to be a bit more consistent... thanks for pointing this out!
Original comment by samuel.a...@gmail.com
on 16 Jul 2012 at 2:29
No problem, if I will see more issues I'll report. Thanks for fixing them.
Original comment by gorud...@gmail.com
on 17 Jul 2012 at 6:27
Original issue reported on code.google.com by
gorud...@gmail.com
on 8 Jul 2012 at 11:54