Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
66d10b18
Commit
66d10b18
authored
Nov 12, 2010
by
Alexey Polovinkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed latentsvmdetector test (ticket #661)
parent
8217b34f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
latentsvmdetector.cpp
tests/cv/src/latentsvmdetector.cpp
+1
-1
tsysa.cpp
tests/cv/src/tsysa.cpp
+0
-1
No files found.
tests/cv/src/latentsvmdetector.cpp
View file @
66d10b18
...
...
@@ -47,7 +47,7 @@ using namespace cv;
const
int
num_detections
=
3
;
const
float
true_scores
[
3
]
=
{
-
0.383931
f
,
-
0.825876
f
,
-
0.959934
f
};
const
float
score_thr
=
0.0
01
f
;
const
float
score_thr
=
0.0
5
f
;
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
...
...
tests/cv/src/tsysa.cpp
View file @
66d10b18
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment