RainerKuemmerle / g2o

g2o: A General Framework for Graph Optimization
3.1k stars 1.11k forks source link

Is the input for Huber error or error squared? #845

Open Chen-Kai-Xin opened 1 week ago

Chen-Kai-Xin commented 1 week ago

I realize that for most "robustify" functions, the input is "double e2", but for Huber it is "double e". was the definition different for Huber?

RainerKuemmerle commented 6 days ago

Just in the impl the variable is called e instead of e2. For all kernel implementations, the same value is passed.