26 #include <unordered_map> 69 MFAS(
const std::map<KeyPair, double> &edgeWeights)
70 : edgeWeights_(edgeWeights) {}
81 const Unit3 &projectionDirection);
96 std::map<KeyPair, double> computeOutlierWeights()
const;
std::map< KeyPair, double > edgeWeights_
MFAS(const std::map< KeyPair, double > &edgeWeights)
Construct from the weighted directed edges between the nodes. Each node is identified by a Key...
Represents a 3D point on a unit sphere.
std::vector< BinaryMeasurement< Unit3 > > TranslationEdges
std::pair< Key, Key > KeyPair
std::map< std::pair< Key, Key >, double > KeyPairDoubleMap
FastVector< Key > KeyVector
Define collection type once and for all - also used in wrappers.
Binary measurement represents a measurement between two keys in a graph. A binary measurement is simi...