added test checking http://code.opencv.org/issues/4050
This commit is contained in:
parent
9fbd1d68ad
commit
79ac0d05ce
@ -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++ )
|
||||
|
Loading…
x
Reference in New Issue
Block a user