VinjitR / opencv-python-training

OpenCV-Python Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV-Python Tutorials

  • 0-Introduction to Machine Vision. Based on the Lecture 1 from CS231n: Convolutional Neural Networks for Visual Recognition, we briefly introduce machine vision as it developed from several researches in animal vision to mechanical vision to neuroscience.
  • 1-Introduction to Python Programming [notebook]. A brief introduction to Python programming.
  • 2-Introduction to NumPy [notebook]. A brief introduction to NumPy based on Justin Johnson's notes in CS231n.
  • 3-Introduction to OpenCV. A brief introduction to OpenCV-Python.
  • 4-Image Loading and Saving [notebook]. A tutorial on loading, displaying, and saving an image.
  • 5-Core Operations [notebook]. A tutorial on core operations in OpenCV, which includes accessing and modifying pixels, image channels, and image arithmetic.
  • 6-Machine Learning for Image Classification [notebook] . A brief introduction on machine learning using kNN and Linear SVM for image classification.
  • 7-Preprocessing using Mean Normalization and PCA [notebook]. A tutorial on mean normalization and principal component analysis as preprocessing techniques for machine learning.
  • 8-Real-time Image Classification using TensorFlow and OpenCV [notebook]. Using MobileNet architecture written in TensorFlow for OpenCV as real-time classifier.

Intellectual Property

No copyright infringement intended.

License

MIT License

Copyright (c) 2018 Abien Fred Agarap

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

References

About

OpenCV-Python Tutorials

License:MIT License


Languages

Language:Jupyter Notebook 98.2%Language:Python 1.8%