mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
fixed latentsvmdetector test (ticket #661)
This commit is contained in:
parent
8217b34f60
commit
66d10b1815
@ -47,7 +47,7 @@ using namespace cv;
|
||||
|
||||
const int num_detections = 3;
|
||||
const float true_scores[3] = {-0.383931f, -0.825876f, -0.959934f};
|
||||
const float score_thr = 0.001f;
|
||||
const float score_thr = 0.05f;
|
||||
const CvRect true_bounding_boxes[3] = {cvRect(0, 45, 362, 452), cvRect(304, 0, 64, 80), cvRect(236, 0, 108, 59)};
|
||||
|
||||
class CV_LatentSVMDetectorTest : public CvTest
|
||||
|
@ -50,7 +50,6 @@ const char* blacklist[] =
|
||||
"optflow-estimate-rigid", //ticket 433
|
||||
"subdiv", //ticket 454
|
||||
"warp-resize", //ticket 429
|
||||
"latentsvmdetector", //ticket 661
|
||||
"warp-affine", //ticket 572
|
||||
"warp-perspective", //ticket 575
|
||||
"_3d-fundam", //ticket 434
|
||||
|
Loading…
Reference in New Issue
Block a user