Skip to content

ayoakin/Image-Processing-with-NumPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Image Processing with Numpy

Project Overview

This project manipulates an image using array operations with Numpy.Using array operations uncovers the magic under the hood - highlighting the roles computations like slicing and resizing arrays play in image processing.

For a detailed explanation on the theory used for this computation, check out the accompanying article on medium

Code

You can find the code for this project here.

File overview:

  • Image_Processing_with_Numpy.ipynb - the full code from this project

Environment Setup

Installation

To follow this project, please install the following locally:

  • Python 3.8+
  • Python packages
    • PIL
    • numpy

Data

You can download the images used in this project here:

About

Array operations on Image data using only NumPy Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published