Skip to content

The repository contains the basics to get started with Image Processing with OpenCV and Python

Notifications You must be signed in to change notification settings

Sharonsyra/Image-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Prerequisites

This code is written in Python.

Running locally

Start by cloning the repository from GitHub:

for https use

$ https://github.com/Sharonsyra/Image-Processing.git

for ssh use

$ [email protected]:Sharonsyra/Image-Processing.git

Change Directory into the project folder

$ cd Image-Processing

Install the application's dependencies:

On Windows

$ pip install opencv-python

On linux

$ pip install cv2

Copyright and license

Code copyright 2017 Sharon.

About

The repository contains the basics to get started with Image Processing with OpenCV and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages