beelabhmc / ant_tracker

Track ant movement in a lab setting using ML
http://hmcbee.blogspot.com/
1 stars 1 forks source link

Compute ingress/egress polygon edges from ant tracks. #21

Closed JarredAllen closed 5 years ago

JarredAllen commented 5 years ago

With the automatic polygon detection, ant tracks need to be converted to how the ant entered and exited the polygon RoI.

Which edge corresponds to which label in the code needs to be exported in a human-friendly way. I discussed this with Prof. Donaldson and she said that it would be good to make an output image for each RoI labeling the edges with the labels that the code gives.

JarredAllen commented 5 years ago

As of commit c010ee5, this has been done.