Skip to content

Commit

Permalink
hw0: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
orbxball committed Nov 11, 2017
1 parent 521c662 commit 5fd4459
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions hw0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Homework 0
Practive basic operation on numpy and Pillow to check if a student can program

## Q1
Input: two matrix text file
output: outcome of maxtrix multiplication

```bash
./Q1.sh matrixA.txt matrixB.txt
```

## Q2
Input: an original lena image and another modified lena image
Output: The difference image between two input images

```bash
./Q2.sh lena.png lena_modified.png
```

0 comments on commit 5fd4459

Please sign in to comment.