This repo has been created while I was exploring and studying Computer Vision. Explore:
- Image processing with Pillow
- Image filters with Pillow
- Image Processing with Open CV
- Image trasformation
- Corner detection
- Edge detection
- Filters
- Open-cv practise
- Color detection
- Notes
- Readins materials
- Python interpreter
- Numpy:
pip3 install numpy
- CV2: Linux demo installation
- matplotlib: 2D plotting library.
- SciPy: another scientifi Python library.
- libfreenects: module by OpenKinect projec. It provides drivers and libraries for the Microsoft KInect hardware.
- NumPy: package for scientific computing.
- Pillow:
pip install pillow
- PyGame:
sudo apt-get install python-pygame
. Pygams can be used to manage groups of AI entities, draw text, draw 2D geometry, caputre events relating to windows, keyboard, mouse and gamepads. Playback and synthesist of source and music. - Imutis: OpenCV face regnotions
pip install --upgrade imutils
- Imageai: library to manage deep-learning models
pip install imageai
- Tensorflow: open source library for a number fo varous task in Machine Learning.
pip install tensorflow
- Keras: nural network library based on TensorFlow2.0
pip install keras
- lxml: library for processing XML and HTML in the Python language.
pip install lxml
- testresources: extensions to python unittest to allow declarative use of resources by test cases.
pip install testresources
- Face-recognition: Get the locations and outlines of each person's eyes, nose, mouth and chin.
pip3 install face-recognition
Github reference
- Fork the repository
- Do the desired changes (add/delete/modify)
- Make a pull request
Constructive criticisms or code reviews of any kind are very much welcome.
If you have any questions about the solutions you can find here, feel free to contact me at: [email protected]