This is a simple method of video segmentation and classification.
To this work was used Python 3.6, you can download it here
The main pachake used in this works was OpenCV. OpenCV is an open source computer vision and machine learning software library. To install it, used in your terminal:
- Windows:
pip install opencv-python
- Ubuntu:
sudo apt-get install python3-opencv
To undestand more about OpenCv, you read the documentation here
Now you can run this script in out terminal:
- Windows:
python main.py path`
- Ubuntu:
python3 main.py path
Path is the video you intend to work on. After used this command line your video will look like this example:
Developed with 🖤 by Manassés