MCPcopy Create free account
hub / github.com/Unsigned-Long/iKalibr / DirectionDifferenceCos

Method DirectionDifferenceCos

src/core/event_preprocessing.cpp:539–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539double EventLine::DirectionDifferenceCos(const Eigen::Vector2d &nfDir) const {
540 return (param.head<2>().transpose() * nfDir)(0);
541}
542
543void EventLine::Normalize() { param /= param.head<2>().norm(); }
544

Callers 3

TrackingUsingNormFlowMethod · 0.80
FindPossibleSameLineMethod · 0.80
FilterSameLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected