Patrick Niklaus
|
e5830b0116
|
Add parameters for map matching
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
d89b171f49
|
Simplify json code in map matching plugin
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
a760aec791
|
Add json logger to map_matching
This adds additional data to the json response, when OSRM is compiled
in debug mode.
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
e8e637c4f2
|
Replace descriptor code with code that generates only geometry
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
adbca39fef
|
Fix include guard
|
2015-03-03 00:48:57 +01:00 |
|
Dennis Luxen
|
a2c88b607f
|
lint corrections
- fix license header
- let shared_ptr autodestruct as it's shared
- rename fences to resemble file names
- reorder includes into lexicographic order
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
dec73b02e9
|
Rename traces to matchings in response
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
0e6ed53cee
|
Adapt to JSON container rename
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
70703c39f3
|
Add timestamp parameters and reset to beginning of breakage
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
89460dd39c
|
Return indices instead of points
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
f46b259384
|
Fix splitting traces
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
fb0ce48f2f
|
Simplify matching response
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
cb4a81008c
|
Split traces into subtraces
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
0c3102721c
|
Make number of candidates a parameter
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
b3fa03043d
|
Calculate the real route length for classification
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
4838ffb82d
|
Fix nan values if matched to single point
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
66d7a073d3
|
Move splitting candidates to plugin
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
1b16dd126b
|
Actually compute and transmit confidence in the response
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
fe07f9208c
|
Add bayes classifier
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
b5228dcda0
|
Detect possible uturns in the data.
To make them work, we have to disable PhantomNode splitting
for this coordinates.
|
2015-03-03 00:48:56 +01:00 |
|
Patrick Niklaus
|
173fad2362
|
Return error when less than 2 points left.
|
2015-03-03 00:48:55 +01:00 |
|
Patrick Niklaus
|
59727a6967
|
Get all nodes in dense areas but make sure we don't underflow in sparse ones
|
2015-03-03 00:48:55 +01:00 |
|
Patrick Niklaus
|
3a5e41ed91
|
Implement missing matching pieces
|
2015-03-03 00:48:55 +01:00 |
|
Dennis Luxen
|
2259bce05f
|
Add skeleton code for matching
|
2015-03-03 00:48:55 +01:00 |
|