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
f27a54be
Commit
f27a54be
authored
Oct 25, 2010
by
Maria Dimashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated test threshold
parent
c1e753c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
acascadeandhog.cpp
tests/cv/src/acascadeandhog.cpp
+1
-1
afeatures2d.cpp
tests/cv/src/afeatures2d.cpp
+2
-2
No files found.
tests/cv/src/acascadeandhog.cpp
View file @
f27a54be
...
...
@@ -353,7 +353,7 @@ int CV_DetectorTest::validate( int detectorIdx, vector<vector<Rect> >& objects )
if
(
imageIdx
<
(
int
)
imageFilenames
.
size
()
)
{
char
msg
[
500
];
sprintf
(
msg
,
"detector %s has overrated count of rectangles without pair on %s-image"
,
sprintf
(
msg
,
"detector %s has overrated count of rectangles without pair on %s-image
\n
"
,
detectorNames
[
detectorIdx
].
c_str
(),
imageFilenames
[
imageIdx
].
c_str
()
);
ts
->
printf
(
CvTS
::
LOG
,
msg
);
return
CvTS
::
FAIL_BAD_ACCURACY
;
...
...
tests/cv/src/afeatures2d.cpp
View file @
f27a54be
...
...
@@ -320,9 +320,9 @@ public:
}
};
CV_DescriptorExtractorTest
siftDescriptorTest
(
"descriptor-sift"
,
0.0
08
f
,
CV_DescriptorExtractorTest
siftDescriptorTest
(
"descriptor-sift"
,
0.0
3
f
,
createDescriptorExtractor
(
"SIFT"
),
8.06652
f
);
CV_DescriptorExtractorTest
surfDescriptorTest
(
"descriptor-surf"
,
0.0
2
f
,
CV_DescriptorExtractorTest
surfDescriptorTest
(
"descriptor-surf"
,
0.0
35
f
,
createDescriptorExtractor
(
"SURF"
),
0.147372
f
);
//CV_DescriptorExtractorTest oppSiftDescriptorTest( "descriptor-opponent-sift", 0.008f,
// createDescriptorExtractor("OpponentSIFT"), 8.06652f );
...
...
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