add unit test around Mat::push_back()
authorYoussef Kashef <youssef.kashef@gmail.com>
Fri, 5 Jun 2015 09:46:16 +0000 (11:46 +0200)
committerYoussef Kashef <youssef.kashef@gmail.com>
Tue, 30 Jun 2015 08:29:40 +0000 (10:29 +0200)
commit790ef21a6005894d55468dd92a548f8ac6d82f72
tree420cb226732acc184c2c06cec050b8ba46203ebb
parent424c2bddb39dae97dc4639a24eaa0e0c8fbb8e69
add unit test around Mat::push_back()

add template specialization Mat::push_back() for MatExpr paramters

extend push_back MatExpr to mat in unit test

cast to object instead of reference

test with multi-row MatExpr input
modules/core/include/opencv2/core/mat.inl.hpp
modules/core/test/test_mat.cpp