Housing for Honors Project Code
import ant_vision
ant_vision.start()
- ctrl-c will terminate the program
- number of threaded workers (2 by default)
- threshold between background and foreground (will need tuned per-installation)
- size of open/close kernels(will need tuned per-installation)
- webcam opencv id (0 by default)
- python >= 3.4 (3.6.4)
- opencv >= 3.0.0 (3.4.0)
- numpy
- matplotlib