Flagging outlier observations

17 views
Skip to first unread message

raf...@dotproduct3d.com

unread,
Jul 20, 2024, 12:06:34 PM (7 days ago) Jul 20
to Ceres Solver
Hello,

I'd like to know if Ceres can automatically "flag" outlier observations if a suitable robust cost function is used (Tukey, Huber).

If not, would I be able to accomplish this quickly by inserting suitable code into the implementation of
bool ResidualBlock::Evaluate() {}
in residual_block.cc ?

Or is there more magic involved and places I would need to consider?

Thanks!

Sameer Agarwal

unread,
Jul 21, 2024, 1:04:03 PM (6 days ago) Jul 21
to ceres-...@googlegroups.com

There is no magic. You have to do outlier filtering yourself. I recommend doing it by using Problem::Evaluate.


--
You received this message because you are subscribed to the Google Groups "Ceres Solver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceres-solver...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/b94163eb-afde-414f-9e13-433c63b695f3n%40googlegroups.com.

raf...@dotproduct3d.com

unread,
Jul 21, 2024, 3:08:31 PM (6 days ago) Jul 21
to Ceres Solver
Got it, thanks!
Reply all
Reply to author
Forward
0 new messages