10000 imageProcessing/HW2 at master · maroofmf/imageProcessing · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

HW2

Description:

EE 569 Homework 2
Date: 9 October 2016
Name: Maroof Mohammed Farooq
USCID: 7126869945
Email: maroofmf@usc.edu
Operating System: OSX El Capitan -v 10.11.6
Compiler: g++

Guidelines for running the code:

  • The input folder (HW 2 images) from the question should be included
    seperately in the source folder. Please note that the paths for images
    are passed to the program.
  • To compile and run the program just type:

make

  • To clean all the folders and object files in the folder run:

make clean

  • The output images will be stored in the folder with names based on
    the question number.
  • Please change the arguments in makefile if new test images are used.
  • Input and output images are in .raw format.
0