|
|
|
Updated:
Wednesday, September 22, 2010
|
|
ECE472/572
-- Digital Image
Processing
|
| |
|
|

|
MY
Office Hours
M
9am-11am
W
1pm-3pm
OFFICE:
SERF536
Phone:
974-6334
Email:
mkarakay@utk.edu
|
|
- Programming
Tutorial: To
download the tutorial, click
here.
- PROJECTs
- Project
1
- Project
2
- Project
3
- Project
4
- Project
5
- Project
6
- Doing
project under LINUX
- Linux
machines:
There are linux computers in FH501. You can
login and write your programs. Please, test
your program before submitting it.
- ssh
secure shell:
If you want to use linux system, you can download
and install the "SSH secure shell"
into your computer and do your projects at home
instead of doing in the lab.
- To
make a new conncetion, click "Quick Connect"
- Host
Name: arc1.eecs.utk.edu
- Username:
your webID
- Enter
your password
- HOW
TO COMPILE AND EXECUTE THE PROJECT
- Write
all the required .cpp files.
- Goto
library directory
- cd
lib
- Make
sure that
- You
deleted the old object files.
- You
modified the makefile for the new
project.
- Run
the Makefile
- Check
that object files created.
- Goto
test directory
- cd
test
- Make
sure that
- You
deleted the old object files.
- You
modified the makefile for the new
project.
- Run
the Makefile
- Check
that object and exe files created.
- Run
the exe file
- ./test
input.pgm output.pgm
- Doing
project under WINDOWS
- If
you want to use windows system, you can download
and install the free software "Dev-C++"
provided by Bloodshed Software into your computer
and do your projects at home instead of doing
in the lab. To download the program click
here.
- Install
the program and start doing project.
- To
download the tutorial about DevC++ click
here.
- To
dowload sample program click
here.
- To
show the png and ppm images under windows, you
can use IrfanView.
- If
you need help on any issue about the programs,
please send an email
or call me at 974-6334.
- HOMEWORKs
- Homework
1
- Homework
2
- Homework
3
- Homework
4
|