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
8ad8e31b
Commit
8ad8e31b
authored
Oct 23, 2010
by
Maria Dimashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed fail of descriptor-surf-test (ticket 568)
parent
3e910e14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
afeatures2d.cpp
tests/cv/src/afeatures2d.cpp
+4
-4
tsysa.cpp
tests/cv/src/tsysa.cpp
+1
-1
No files found.
tests/cv/src/afeatures2d.cpp
View file @
8ad8e31b
...
@@ -68,7 +68,7 @@ protected:
...
@@ -68,7 +68,7 @@ protected:
const
float
maxResponseDif
=
0.1
f
;
const
float
maxResponseDif
=
0.1
f
;
string
imgFilename
=
string
(
ts
->
get_data_path
())
+
FEATURES2D_DIR
+
"/"
+
IMAGE_FILENAME
;
string
imgFilename
=
string
(
ts
->
get_data_path
())
+
FEATURES2D_DIR
+
"/"
+
IMAGE_FILENAME
;
string
resFilename
=
string
(
ts
->
get_data_path
())
+
DETECTOR_DIR
+
"/"
+
string
(
name
)
+
"
_res
.xml.gz"
;
string
resFilename
=
string
(
ts
->
get_data_path
())
+
DETECTOR_DIR
+
"/"
+
string
(
name
)
+
".xml.gz"
;
if
(
fdetector
.
empty
()
)
if
(
fdetector
.
empty
()
)
{
{
...
@@ -322,11 +322,11 @@ public:
...
@@ -322,11 +322,11 @@ public:
CV_DescriptorExtractorTest
siftDescriptorTest
(
"descriptor-sift"
,
0.008
f
,
CV_DescriptorExtractorTest
siftDescriptorTest
(
"descriptor-sift"
,
0.008
f
,
createDescriptorExtractor
(
"SIFT"
),
8.06652
f
);
createDescriptorExtractor
(
"SIFT"
),
8.06652
f
);
CV_DescriptorExtractorTest
surfDescriptorTest
(
"descriptor-surf"
,
0.0
04
f
,
CV_DescriptorExtractorTest
surfDescriptorTest
(
"descriptor-surf"
,
0.0
2
f
,
createDescriptorExtractor
(
"SURF"
),
0.147372
f
);
createDescriptorExtractor
(
"SURF"
),
0.147372
f
);
//CV_DescriptorExtractorTest
siftDescriptorTest( "descriptor-opponent_sift", 0.001
f,
//CV_DescriptorExtractorTest
oppSiftDescriptorTest( "descriptor-opponent-sift", 0.008
f,
// createDescriptorExtractor("OpponentSIFT"), 8.06652f );
// createDescriptorExtractor("OpponentSIFT"), 8.06652f );
//CV_DescriptorExtractorTest
surfDescriptorTest( "descriptor-opponent_surf", 0.004
f,
//CV_DescriptorExtractorTest
oppurfDescriptorTest( "descriptor-opponent-surf", 0.02
f,
// createDescriptorExtractor("OpponentSURF"), 0.147372f );
// createDescriptorExtractor("OpponentSURF"), 0.147372f );
#if CV_SSE2
#if CV_SSE2
...
...
tests/cv/src/tsysa.cpp
View file @
8ad8e31b
...
@@ -56,7 +56,7 @@ const char* blacklist[] =
...
@@ -56,7 +56,7 @@ const char* blacklist[] =
//"color-luv", //ticket 502
//"color-luv", //ticket 502
//"descriptor-sift", //ticket 567
//"descriptor-sift", //ticket 567
"descriptor-surf"
,
//ticket 568
//
"descriptor-surf", //ticket 568
"detector-surf"
,
//ticket 578
"detector-surf"
,
//ticket 578
"filter-generic"
,
"filter-generic"
,
...
...
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