mirror of
https://github.com/opencv/opencv.git
synced 2025-01-21 16:43:11 +08:00
added test checking http://code.opencv.org/issues/4050
This commit is contained in:
parent
cb52d249fe
commit
9840825743
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user