ilastik / hytra

Python module for multi HYpotheses TRAcking
https://github.com/ilastik/hytra
MIT License
2 stars 7 forks source link

fixes time_range[0] is NOT 0 case in generating the hypotheses graph #20

Closed ilastikdev closed 7 years ago

ilastikdev commented 7 years ago

kdTreeFrames start from 0 and have to contain

max(Frames)-min(Frames)+1

indices

so if indices run from 0 then graph nodes indices must start from min(Frame)

LetiP commented 7 years ago

Yes, you are totally right! Thanks