fixed latentsvmdetector test (ticket #661)

pull/13383/head
Alexey Polovinkin 14 years ago
parent 8217b34f60
commit 66d10b1815
  1. 2
      tests/cv/src/latentsvmdetector.cpp
  2. 1
      tests/cv/src/tsysa.cpp

@ -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…
Cancel
Save