Skip to content

CGAL post classification optimization #5505

Answered by sgiraudot
pmff96 asked this question in Q&A
Discussion options

You must be logged in to vote

There's no inconvenience, really, this place is for asking questions, so you are very welcome to do so!

So far there is no post processing tool for Classification. One way to have better regularized results is to use classify_with_local_smoothing() or classify_with_graphcut() (instead of  classify()) which can help getting rid of small errors, but maybe you have already looked into that. Both methods have parameters that you can tune to activate more or less regularization, but of course this requires some trial-and-error steps to get the best parameters for your use case.

If you just want to do some manual "clean-up", then you can use the demo to select some points and add them to the tr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pmff96
Comment options

Answer selected by MaelRL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants