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
75b1858c
Commit
75b1858c
authored
Nov 01, 2010
by
Maria Dimashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated test threshold (#637)
parent
9ee954a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
afeatures2d.cpp
tests/cv/src/afeatures2d.cpp
+1
-1
tsysa.cpp
tests/cv/src/tsysa.cpp
+1
-1
No files found.
tests/cv/src/afeatures2d.cpp
View file @
75b1858c
...
...
@@ -743,4 +743,4 @@ CV_CalonderDescriptorExtractorTest<float> floatCalonderTest( "descriptor-calonde
CV_DescriptorMatcherTest
bruteForceMatcherTest
(
"descriptor-matcher-brute-force"
,
new
BruteForceMatcher
<
L2
<
float
>
>
,
0.01
);
CV_DescriptorMatcherTest
flannBasedMatcherTest
(
"descriptor-matcher-flann-based"
,
new
FlannBasedMatcher
,
0.0
2
);
new
FlannBasedMatcher
,
0.0
4
);
tests/cv/src/tsysa.cpp
View file @
75b1858c
...
...
@@ -77,7 +77,7 @@ const char* blacklist[] =
"warp-resize"
,
//ticket 429
"warp-undistort"
,
//ticket 577
"descriptor-matcher-flann-based"
,
//ticket 637
//
"descriptor-matcher-flann-based", //ticket 637
0
};
...
...
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