Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
its
cam_lidar_calibration
Commits
1d4dd7e2
Commit
1d4dd7e2
authored
Nov 11, 2019
by
James Ward
Browse files
Add missing camera corners to samples
parent
d1251704
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature_extractor.cpp
View file @
1d4dd7e2
...
...
@@ -455,6 +455,8 @@ void FeatureExtractor::extractRegionOfInterest(const sensor_msgs::Image::ConstPt
}
sample
.
camera_centre
=
corner_vectors
[
4
];
// Centre of board
corner_vectors
.
pop_back
();
sample
.
camera_corners
=
corner_vectors
;
sample
.
camera_normal
=
cv
::
Point3d
(
chessboard_normal
);
// FIND THE MAX AND MIN POINTS IN EVERY RING CORRESPONDING TO THE BOARD
...
...
Write
Preview
Supports
Markdown
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