Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Computer vision Test Scripts
This directory is a series of computer vision tests
To run any of these scripts, make sure you have installed all the packages in the root directoy's requirments.txt file and the local requirment.txt
use "python -m pip install -r requirments.txt" or "python3 -m pip install -r requirments.txt"
to exit a script, hold ctrl and press C (ctrl-C)
Will use YOLOv3 to identify objects, then will compare the size of identified objects against pre-selected sizes to estimate distance.
This script will collect areas that are visually simmilar and then draw a circle around them
changing the params in this file will greatly effect the type of blobs collected.
This script will segment the image into regions
this script will identify all the edges in an image, this could be a foundation to identifying different types of objects.
This script will check what camera ports are avalable on a computer, you need to make sure at least one camera shows up in 'working ports'.
Will load a camera and display the video feed, this is just a test script.
You can’t perform that action at this time.