[
Up
]
List of all the important files:
vf.c
original viewfinder program
vfprewitt.c
prewitt-adapted viewfinder program
vfsobel.c
sobel-adapted viewfinder program
vfcanny.c
canny-adapted viewfinder program
canny.c
canny filter file
hysteresis.c
also part of canny edge detection system
vfroberts.c
Roberts-adapted viewfinder program
vflaplacian.c
laplacian-adapted viewfinder program
qcam.h
quickcam file
pgm_io.c
portable graymap input/output file (testing purposes)
filters.h
edge-detection filters header file
filters.c
edge-detection filters
makefile
the makefile for the project
videoedge.tar.gz
contains all the files above and the executables.