提交 79ac0d05 编写于 作者: V Vadim Pisarevsky
上级 9fbd1d68
......@@ -1217,6 +1217,12 @@ TEST(Core_Matx, fromMat_)
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)
{
for( int i = 0; i < 2; i++ )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册