Commit 3cb9afb4 authored by marina.kolpakova's avatar marina.kolpakova

test update because changed Sobel Normalization

parent a84334cf
......@@ -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);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment