use fast integral for soft cascade

This commit is contained in:
marina.kolpakova
2012-11-05 13:52:24 +04:00
parent ac5cd48279
commit df392cc830
4 changed files with 102 additions and 17 deletions

View File

@@ -271,6 +271,7 @@ GPU_TEST_P(SoftCascadeTestAll, detect,
ASSERT_EQ(detections.cols / sizeof(Detection) ,3670U);
}
//ToDo: fix me
GPU_TEST_P(SoftCascadeTestAll, detectOnIntegral,
ALL_DEVICES
)