Highway CVS Information
Repository Information
Two CVSNT repositories have been established to hold code being developed for the highway project and the related LTRC project.
The repository name for the highway project is Highway
NOTE: Module and repository names are
case-sensitive!
At present, the following modules exist:
- OCR - The code used to extract the header information from the ROW highway images and place the information into LINC's Postgres database.
- Coordinate - Code, which requires the proj4 library, to convert lat/lon data into utm zone 15. It also does some formatting changes and keeps the other information in the input file intact.
- visualize - contains code for visualization.
-
- 2dplot - directory contained in the visualize module. Contains code to create the 2-dimensional plots of the road and quads.
For the LTRC project, the repository name is LTRC2008
At present, the following modules exist:
- detect - the code that attempts to detect if a highway exists.
- segment - the code that segments the image; the detect code uses the segmented image as input.
