opencv/modules/core/include/opencv2
Chris Kitching 0f8a266787 Make Mat assertion failures more helpful
Instead of chaining a bunch of sanity checks together with "&&", let's just have several asserts. That way, when an assert fails, you don't get a monsterous "<huge evil expression>
failed" error, but only the bit you care about, making your life rather a lot easier.
2015-11-01 01:02:15 +00:00
..
core Make Mat assertion failures more helpful 2015-11-01 01:02:15 +00:00
core.hpp remove usage of obsolete _dataAsRows flag 2015-09-21 07:59:09 +02:00