Skip to content

lcsfrey/openCV_modules

Repository files navigation

openCV_modules

This repo is for the Python programs I have created

Graph Reader

Program that reads dots drawn on paper, computes the shortest path between all the dots, and displays that path on the screen. The shortest path is computed using using C++ code that has been compiled into a shared library file and imported into Python. The source code for the shortest path algorithm can be found in my TSP_Algorithms repository. picture alt picture alt

Security Camera

Program that highlights movement and records anytime movement is found picture alt

TCP Server & Client Video Stream Protocol

Server and Client scripts for transmitting video over a TCP socket

About

modules for OpenCV written in Python

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published