提交 98408257 编写于 作者: R Rostislav Vasilikhin
上级 cb52d249
......@@ -919,6 +919,12 @@ TEST(Core_Mat, copyNx1ToVector)
ASSERT_PRED_FORMAT2(cvtest::MatComparator(0, 0), ref_dst16, cv::Mat_<ushort>(dst16));
}
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.
先完成此消息的编辑!
想要评论请 注册