From 5fd4459bf9ddfdca844f42f3b6524ccf8d861c79 Mon Sep 17 00:00:00 2001 From: orbxball Date: Sat, 11 Nov 2017 10:47:47 +0800 Subject: [PATCH] hw0: add README --- hw0/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hw0/README.md diff --git a/hw0/README.md b/hw0/README.md new file mode 100644 index 0000000..b469580 --- /dev/null +++ b/hw0/README.md @@ -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 +``` \ No newline at end of file