Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert and refactor Ceres optimize_cameras test #379

Merged

Conversation

mwoehlke-kitware
Copy link
Member

Add additional test helper to compare Eigen in case of sign ambiguity (see 1b7163c for details). Convert Ceres optimize_cameras test to Google Test. Factor out test cases that are shared with the VXL optimize_cameras test into a helper header.

Add an additional test helper to compare Eigen matrices in case of sign
ambiguity. This is the same as EXPECT_MATRIX_NEAR, but will also accept
matrices that are otherwise within tolerance but differ by sign. (This
handles some cases where matrices differing only by sign are still
functionally equivalent, and allows us refactor some spots that had
extra logic to deal with such cases.)
Convert Ceres optimize_cameras test to Google Test. Factor out test
cases that are shared with the VXL optimize_cameras test into a helper
header.
@kwcvrobot
Copy link
Collaborator

Linux build succeeded: https://open.cdash.org/buildSummary.php?buildid=5142068

@kwcvrobot
Copy link
Collaborator

@kwcvrobot
Copy link
Collaborator

Windows build failure: https://open.cdash.org/buildSummary.php?buildid=5144116

@linus-sherrill linus-sherrill merged commit 144dd85 into Kitware:master Nov 17, 2017
@mwoehlke-kitware mwoehlke-kitware deleted the dev/gtest-ceres-refactor-oc branch November 17, 2017 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants