Stitchers

class PenguTrack.Stitchers.Heublein_Stitcher(a1, a2, a3, a4, a5, max_cost, limiter)[source]

Class for Stitching Tracks

Delete_Tracks_with_length_1()[source]

Delets tracks with a length of 1.

average_Measurements(meas1, meas2)[source]

returns mean of two measurements

find_matches(Tracks, ids)[source]

Uses the points function to find the best matches.

Parameters

Tracks: list

list of tracks in the right format.

ids: list

list of track ids.

getHeubleinTracks()[source]

Returns the tracks in the right format.

stitch()[source]

Uses all the functions and runs the main process