Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
eae62447
Unverified
Commit
eae62447
authored
Nov 06, 2018
by
Alexander Alekhin
Committed by
GitHub
Nov 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1876 from tomoaki0705:fixRgbdTestFailure
parents
41e99fcc
8aaa91c3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test_normal.cpp
modules/rgbd/test/test_normal.cpp
+1
-1
test_odometry.cpp
modules/rgbd/test/test_odometry.cpp
+1
-1
No files found.
modules/rgbd/test/test_normal.cpp
View file @
eae62447
...
...
@@ -211,7 +211,7 @@ protected:
std
::
cout
<<
std
::
endl
<<
"*** FALS"
<<
std
::
endl
;
errors
[
0
][
0
]
=
0.006
f
;
errors
[
0
][
1
]
=
0.03
f
;
errors
[
1
][
0
]
=
0.000
08
f
;
errors
[
1
][
0
]
=
0.000
1
f
;
errors
[
1
][
1
]
=
0.02
f
;
break
;
case
1
:
...
...
modules/rgbd/test/test_odometry.cpp
View file @
eae62447
...
...
@@ -217,7 +217,7 @@ void CV_OdometryTest::generateRandomTransformation(Mat& rvec, Mat& tvec)
normalize
(
rvec
,
rvec
,
rng
.
uniform
(
0.007
f
,
maxRotation
));
randu
(
tvec
,
Scalar
(
-
1000
),
Scalar
(
1000
));
normalize
(
tvec
,
tvec
,
rng
.
uniform
(
0.00
7
f
,
maxTranslation
));
normalize
(
tvec
,
tvec
,
rng
.
uniform
(
0.00
8
f
,
maxTranslation
));
}
void
CV_OdometryTest
::
run
(
int
)
...
...
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