-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
This software is the implementation accompanying the Ph.D. thesis of Matthew J. | ||
Leotta, "Generic, Deformable Models for 3-D Vehicle Surveillance", Brown | ||
University, May 2010. | ||
|
||
|
||
Top level directory structure: | ||
|
||
cmake CMake modules directory. | ||
|
||
cmd Command line utilities. These are primarily used for training the | ||
deformable model. The python subdirectory provides simple scripts to | ||
run these utilities over batches of files. | ||
|
||
data The learned data files. This includes PCA data files and a parts file. | ||
|
||
dml Deformable Model Library. This library contains the all the functions | ||
and classes used in optimizing the vehicle shape from multiple views | ||
or video. The python subdirectory builds a module to provide a python | ||
interface to run experiments. | ||
|
||
gui Graphical User Interface. This directory contains wxWidgets based GUI | ||
for running experiments and visual debugging. | ||
|
||
klt Kanade-Lucas-Tomasi Feature Tracker. This is 3rd party code written by | ||
Stan Birchfield. It has its own license, see the klt/README file. | ||
|
||
spl Stream Processing Library. This library provides a video stream | ||
processing framework. | ||
|