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
8eb3e2a9
Commit
8eb3e2a9
authored
Nov 12, 2010
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed some more failing tests
parent
28de198c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
aposit.cpp
tests/cv/src/aposit.cpp
+1
-1
tsysa.cpp
tests/cv/src/tsysa.cpp
+6
-6
No files found.
tests/cv/src/aposit.cpp
View file @
8eb3e2a9
...
...
@@ -153,7 +153,7 @@ void CV_POSITTest::run( int start_from )
cvMatMul
(
tmp_matrix
,
true_rotationZ
,
true_rotation
);
/* fill translation vector */
true_translation
->
data
.
fl
[
2
]
=
(
float
)(
cvRandReal
(
rng
)
*
(
2
*
flFocalLength
-
40
)
+
4
0
);
true_translation
->
data
.
fl
[
2
]
=
(
float
)(
cvRandReal
(
rng
)
*
(
2
*
flFocalLength
-
40
)
+
6
0
);
true_translation
->
data
.
fl
[
0
]
=
(
float
)((
cvRandReal
(
rng
)
*
2
-
1
)
*
true_translation
->
data
.
fl
[
2
]);
true_translation
->
data
.
fl
[
1
]
=
(
float
)((
cvRandReal
(
rng
)
*
2
-
1
)
*
true_translation
->
data
.
fl
[
2
]);
...
...
tests/cv/src/tsysa.cpp
View file @
8eb3e2a9
...
...
@@ -47,13 +47,13 @@ const char* blacklist[] =
{
"calibrate-camera-artificial"
,
//ticket 472
"inpaint"
,
//ticket 570
"optflow-estimate-rigid"
,
//ticket 433
"subdiv"
,
//ticket 454
//
"optflow-estimate-rigid", //ticket 433
//
"subdiv", //ticket 454
"warp-resize"
,
//ticket 429
"warp-affine"
,
//ticket 572
"warp-perspective"
,
//ticket 575
"_3d-fundam"
,
//ticket 434
"posit"
,
//ticket 430
//
"warp-affine", //ticket 572
//
"warp-perspective", //ticket 575
//
"_3d-fundam", //ticket 434
//
"posit", //ticket 430
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