/*
Elementary Hough Transform Code for Ellipse Detections

Nick Bennett
Questions to bennett@ridgefield.sdr.slb.com
*/



COMPILING COMMANDS
-------------------
gcc pgm-canny.c -lm -o pgm-canny
g++ scatter_bowash_center_new.cc -lm -o scatter_bowash_center_new
g++ scatter_bowash.cc -lm -o scatter_bowash
g++ scatter_bowash_3_new.cc -lm -o scatter_bowash_3_new


Operating the EDGE DETECTOR
---------------------------
pgm-canny -s fivevugs_str.pgm -o fivevugs_ori.pgm < fivevugs.pgm

Center Finding Experiment
-------------------------
scatter_bowash_center_new -e 100 -m 3.0 fivevugsD.pgm fivevugsD_ori.pgm fivevugsD_str.pgm fivevugsD_center_result.pgm fivevugsD.centers

AREA ORIENTATION EXPERIMENT
---------------------------
scatter_bowash -a1 0.12 -c 0.05 fivevugsD_ori.pgm fivevugsD_str.pgm fivevugsD.centers fivevugsD_ao_w_centers_result.pgm

CENTER,AREA Experiment
----------------------
scatter_bowash_3_new -e 100 -a1 0.12 fivevugs.pgm fivevugs_ori.pgm fivevugs_str.pgm fivevugs_center_area_result.pgm