Index for Parallel Hough Transform Project
by Tim Gold
The Report
Report on Parallel Hough Transform
The Code
- Makefile - Makefile for the programs
- hough.c - the main program
- hough.h - header file for hough.c
- sample.ppm - sample image file from
the camera for use with hough.c
- cameraX.data - look up table to
correct the fish-eye distortion of the image. Used by hough.c,
generated by calibrate.c
- cameraY.data - look up table to
correct the fish-eye distortion of the image. Used by hough.c,
generated by calibrate.c
- calibrate.c - calibration program
used to generate look-up tables for the main program. Only needs to be
run if your machine has problems reading the files cameraX.data and
cameraY.data. Consider this a beta version of the program - it has
little documentation and has not been fully tested (but it works if
you know what you're doing). For more information contact goldt@et.byu.edu
- camera.data - parameter file used
by calibration.c
- graphics.C - Xwindows graphics
library for use with calibrate.c
- graphics.h - header file for
graphics.C
- graph_icon - needed by graphics.C