The Living Headlights app will use the following files:
- LivingHeadlights.py: This is a new file that contains our application class and its main function.
- ColorUtils.py: This is a new file that contains the utility functions required to convert colors into different representations.
- GeomUtils.py: This contains utility functions for geometric calculations. Copy or link to the version that we used in Chapter 3, Training a Smart Alarm to Recognize the Villain and His Cat.
- PyInstallerUtils.py: This contains utility functions for accessing resources in a PyInstaller application bundle. Copy or link to the version that we used in Chapter 3, Training a Smart Alarm to Recognize the Villain and His Cat.
- ResizeUtils.py: This contains utility functions for resizing images, including camera capture dimensions. Copy or link to the version that we used...