Skip to content
/ cs6475 Public
forked from wachwu/cs6475

cs6475--Computational Photography

Notifications You must be signed in to change notification settings

algaxu/cs6475

 
 

Repository files navigation

cs6475

Computational Photography.

**Assignment #2: Image I/O and Python Setup.

  1. part1 install:Python + Numpy + Scipy + OpenCV *Ubuntu install:
  • sudo apt-get update
  • sudo apt-get upgrade
  • sudo apt-get install python-numpy python-scipy python-opencv
  1. part2: Assignment deliverable The following files in a folder labeled assignment2:
  • assignment2.py - This is where you will write the code for the five functions we provide.
  • assignment2_test.py - This can be used to test if your code is outputting the correct data type.
  • test_image.jpg - A basic test image.
  • test_image_2.jpg - Another test image. This is the same as test_image.jpg but horizontally flipped

About

cs6475--Computational Photography

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%