Commit 79ac0d05 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky
parent 9fbd1d68
...@@ -1217,6 +1217,12 @@ TEST(Core_Matx, fromMat_) ...@@ -1217,6 +1217,12 @@ TEST(Core_Matx, fromMat_)
ASSERT_EQ( norm(a, b, NORM_INF), 0.); ASSERT_EQ( norm(a, b, NORM_INF), 0.);
} }
TEST(Core_InputArray, empty)
{
vector<vector<Point> > data;
ASSERT_TRUE( _InputArray(data).empty() );
}
TEST(Core_SVD, orthogonality) TEST(Core_SVD, orthogonality)
{ {
for( int i = 0; i < 2; i++ ) for( int i = 0; i < 2; i++ )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment