Skip to content

An OpenCV list of base commands for computer vision, with examples

Notifications You must be signed in to change notification settings

tinosai/OpenCV_BaseCommandsTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Base Tutorial

The notebook OpenCV_BaseCommandsTutorial.ipynb wants to be a simple list of commands with examples for those who have never used the library before.

Project Overview

The notebook will guide you through building filters, convoluting those with images and visualizing the results. At the end of the notebook, you will have chance to use the Canny Edge Detector together with Hough Lines to draw a rough boundary of a cat on a white background.

Project Instructions

Instructions

  1. Clone the repository on your computer. For those who are not familiar with command line utilities, GitHub has developed this utility which lets do pretty much everything you need through a GUI. GitHub Desktop
  2. Download the dataset (the link is included in the jupyter notebook).
  3. Open a terminal window and navigate to the project folder. Open the notebook OpenCV_BaseCommandsTutorial.ipynb and follow the instructions.

NOTE: Chances are part of the code may not run due to some missing packages. Please make sure to go through the notebook and retrieve all the necessary packages. The list of the packages can be found in requirements.txt.

GitHub rendering Problems

Sometimes GitHub cannot render the jupyter notebook properly. In such a situation, go to the nbviewer website and copy and paste the URL address of the notebook so as to render it on the browser.

About

An OpenCV list of base commands for computer vision, with examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published