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

Add getResidualError methods to ErrorMinimizer #154

Merged
merged 1 commit into from
Jul 19, 2016

Conversation

Ellon
Copy link
Contributor

@Ellon Ellon commented Apr 4, 2016

I added the getResidualError method to be able to assess the ICP result through the residual error. I'm sharing it here in case you're interested to add the functionality to the library.

Cheers!

----- Begin Commit Message -----
[error minimizer] Add getResidualError methods

getResidualError is a const method and makes use of getMatchedPoints, thus we
also add a const version of getMatchedPoints that does not change
ErrorMinimizer's lastErrorElements.

The residual error is computed in a separated function defined in an anonymous
namespace

getResidualError is a const method and makes use of getMatchedPoints, thus we
also add a const version of getMatchedPoints that does not change
ErrorMinimizer's lastErrorElements.

The residual error is computed in a separated function defined in an anonymous
namespace
@pomerlef
Copy link
Collaborator

pomerlef commented Jul 5, 2016

Don't despair, I hope to be able to include your patch within this month...

@pomerlef pomerlef merged commit d679eec into norlab-ulaval:master Jul 19, 2016
@pomerlef
Copy link
Collaborator

Alright, I had to do quite some changes to avoid code duplication, but your computation for error residuals are now in.

Thanks!

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.

2 participants