11 #ifndef FMM_INCLUDE_FMM_FMM_RESULT_HPP_
12 #define FMM_INCLUDE_FMM_FMM_RESULT_HPP_
14 #include "network/type.hpp"
44 typedef std::vector<FMM::NETWORK::EdgeID>
O_Path;
47 typedef std::vector<FMM::NETWORK::EdgeID>
C_Path;
88 #endif //FMM_INCLUDE_FMM_FMM_RESULT_HPP_
std::vector< MatchedCandidate > MatchedCandidatePath
A vector of candidates, used for representing the matching result of a trajectory.
std::vector< Point_Candidates > Traj_Candidates
trajectory candidates
FMM::CORE::Point point
boost point
NETWORK::Edge * edge
candidate edge
Candidate c
Candidate matched to a point.
Map matched result representation.
std::vector< FMM::NETWORK::EdgeID > C_Path
Complete path, ids of a sequence of topologically connected edges.
double dist
distance from original point p to map matched point p'
C_Path cpath
the complete path, containing ids of a sequence of topologically connected edges traversed by the tra...
FMM::NETWORK::NodeIndex index
The index is defined for a specific candidate the index starting from N where N is the numeber of ver...
CORE::LineString mgeom
the geometry of the matched path
int id
id of the trajectory to be matched
Candidate edge matched to a GPS point
double tp
transition probability to previous matched candidate
double offset
offset distance from the start of polyline to p'
std::vector< Candidate > Point_Candidates
Point candidates.
std::vector< const Candidate * > OptCandidatePath
Optimal candidates.
Linestring geometry class.
MatchedCandidatePath opt_candidate_path
A vector of candidate matched to each point of a trajectory.
O_Path opath
the optimal path, containing id of edges matched to each point in a trajectory
std::vector< FMM::NETWORK::EdgeID > O_Path
Optimal path, edge id matched to each point in the trajectory.
std::vector< int > indices
index of opath edge in cpath
A candidate matched to a point.
unsigned int NodeIndex
Node Index in the network, range from [0,num_vertices-1 ].
boost::geometry::model::point< double, 2, boost::geometry::cs::cartesian > Point
Point class.
double sp_dist
shortest path distance to previous matched candidate
double ep
emission probability