Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages