GithubHelp home page GithubHelp logo

uzomacollins / computer-vision-and-image-processing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ashishpatel26/computer-vision-and-image-processing

0.0 0.0 0.0 340.86 MB

Computer Vision and Image Processing algorithms implemented using OpenCV, NumPy and MatPlotLib, for UOM's EN2550 Fundamentals of Image Processing and Machine Vision Module ❄

Home Page: https://youtube.com/playlist?list=PLOFDV2Drh1zBn_PX-zPv6dtl8Uw0uVVaD

License: MIT License

Python 0.01% MATLAB 0.09% TeX 1.94% Jupyter Notebook 97.96%

computer-vision-and-image-processing's Introduction

License MIT

Notice: Following hyperlinks may not work sometimes due to error "Error 503 Backend is unhealthy" of nbviewer and I could not figure out a solution. Check the corresponding directories maually for the codes and pdfs.😅

Applications section includes only a selected set of algorithms developed by me. You may go through the other directories(if you wish) to find out what is there. Note that some of them may not complete. 😁

Contents❄

  1. Creating a virtual environment for Computer Vision
  2. Editor Configurations
  3. Applications
  4. Assignments
  5. References

Creating a virtual environment for Computer Vision

Complete guide can be found here

Following steps describe only the creation of virtual environments.

  1. Open command Prompt and follow the steps.

  2. Change the Directory to: C:\Python39

  3. Upgrade pip: python -m pip install --upgrade pip

  4. Install virtualenv package: python -m pip install virtualenv

  5. Create virtual environment: virtualenv cv

  6. Change the directory to: C:\Python39\cv\Scripts

  7. Activate the cv environment: activate cv

  8. Then install the required packages

pip install numpy
pip install matplotlib
pip install opencv-python
pip install jupyterlab

Editor Configurations

Using Jupyter Lab

Environment created above can be activated in any folder through GIT Bash using the following commands.

$ source /c/Python39/cv/Scripts/activate
$ jupyter lab

Using Visual Studio Code

Extensions to be installed

  • Jupyter Extension for Visual Studio Code
  • TabNine Autocomplete AI: JavaScript, Python, TypeScript, PHP, C/C++, HTML/CSS, Go, Java, Ruby, C#, Rust, SQL, Bash, Kotlin, Julia, Lua, OCaml, Perl, Haskell, React

Applications

Figure Desciption
Edge Detection- Laplacian of Gaussian kernel, Seperated Gradient(or Laplacian) and Gaussian Kerenels
Smoothed Sobel Gradient and Laplacian for greater Sharpening of images with sensitive features
Corner Detection Algorithm from Scratch: Using Scharr function for gradient and Corner Response function for detecting corners
Counting the rice grains in the rice image
Nearest Neighbor and Bi-linear Interpolation methods of Image Zooming
Normalized Direct Linear Transformation Method for Homography Calculation
Camera Calibration of a Huawei Y5-2017 Back Camera Using a checkerboard and Camera Calibrator app in MATLAB
CIFAR10 Image Classifiers - Linear Classifier / Two-layer fully connected network / CNN
Object Counting on a Convey Belt - a Classical Machine Vision approach

Assignments

This section contains my solutions for assignments of the EN2550 Fundamentals of Image Processing and Machine Vision, a course at University of Moratuwa taught by Dr Ranga Rodrigo.

  1. EN2550 Assignment 1 [PDF], [Code]
  2. EN2550 Assignment 2 [PDF], [Code]
  3. N/A
  4. EN2550 Assignment 4 [PDF], [Code]
  5. EN2550 Assignment 5 [PDF], [Code]

References 📌

  1. UOM's EN2550 Fundamentals of Image Processing and Machine Vision: Lecture Notes and Lecture Videos (on Youtube) by Dr Ranga Rodrigo
  2. Digital Image Processing(Third Edition) by Rafael C. Gonzalez and Richard E. Woods
  3. Computer Vision Algorithms and Applications by Richard Szeliski
  4. Multiple View Geometry in Computer Vision(Second Edition) by Richard Hartley and Andrew Zisserman
  5. MatPlotLib Cheat Sheet

computer-vision-and-image-processing's People

Contributors

bimalka98 avatar imgbotapp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.