test update because changed Sobel Normalization

This commit is contained in:
marina.kolpakova 2012-11-01 14:26:28 +04:00
parent a84334cfc2
commit 3cb9afb4e7

View File

@ -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);
}