change expected values for soft cascade test according to changes in implementation
This commit is contained in:
parent
9785a8ae34
commit
5ddf4e4ed7
@ -245,7 +245,7 @@ GPU_TEST_P(SCascadeTestAll, detect,
|
|||||||
typedef cv::gpu::SCascade::Detection Detection;
|
typedef cv::gpu::SCascade::Detection Detection;
|
||||||
cv::Mat detections(objectBoxes);
|
cv::Mat detections(objectBoxes);
|
||||||
int a = *(detections.ptr<int>(0));
|
int a = *(detections.ptr<int>(0));
|
||||||
ASSERT_EQ(a ,2460);
|
ASSERT_EQ(a ,2448);
|
||||||
}
|
}
|
||||||
|
|
||||||
GPU_TEST_P(SCascadeTestAll, detectOnIntegral,
|
GPU_TEST_P(SCascadeTestAll, detectOnIntegral,
|
||||||
@ -318,7 +318,7 @@ GPU_TEST_P(SCascadeTestAll, detectStream,
|
|||||||
typedef cv::gpu::SCascade::Detection Detection;
|
typedef cv::gpu::SCascade::Detection Detection;
|
||||||
cv::Mat detections(objectBoxes);
|
cv::Mat detections(objectBoxes);
|
||||||
int a = *(detections.ptr<int>(0));
|
int a = *(detections.ptr<int>(0));
|
||||||
ASSERT_EQ(a ,2460);
|
ASSERT_EQ(a ,2448);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user