fixed latentsvmdetector test (ticket #661)

This commit is contained in:
Alexey Polovinkin 2010-11-12 19:39:20 +00:00
parent 8217b34f60
commit 66d10b1815
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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