stereo.algorithm.spa_track.SpaTrack.set_lap_endpoints¶
- SpaTrack.set_lap_endpoints(start_coordinate, end_coordinate)[source]¶
Set the start and end cells of the least action path (LAP).
- Parameters:
start_coordinate (
Tuple[Union[int,float],Union[int,float]]) – The coordinates of the start cell.end_coordinate (
Tuple[Union[int,float],Union[int,float]]) – The coordinates of the end cell.