mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
test update because changed Sobel Normalization
This commit is contained in:
@@ -92,5 +92,5 @@ TEST(SoftCascade, detect)
|
||||
total++;
|
||||
}
|
||||
std::cout << "detected: " << (int)objects.size() << std::endl;
|
||||
ASSERT_EQ((int)objects.size(), 1501);
|
||||
ASSERT_EQ((int)objects.size(), 1469);
|
||||
}
|
||||
Reference in New Issue
Block a user