LTI-Lib (C++ Computer Vision Library) Code
Status: Beta
Brought to you by:
alvarado
| File | Date | Author | Commit |
|---|---|---|---|
| batchFiles | 2003-03-14 | alvarado | [r5] Initial import. Release LTI-Lib Lithium (v. 1.9.0) |
| buildLib | 2003-12-01 | ltilib | [r832] canzler: ltiMultiGeometricFeatures vs. ltiGeome... |
| buildLib_net | 2005-06-09 | ltilib | [r1780] libuda: Added support for jpeglib and pnglib |
| console_lib | 2003-06-25 | ltilib | [r375] sltilib: /Zm200 added to avoid error compiling ... |
| console_src | 2003-06-25 | ltilib | [r375] sltilib: /Zm200 added to avoid error compiling ... |
| tester | 2003-06-25 | ltilib | [r375] sltilib: /Zm200 added to avoid error compiling ... |
| README | 2003-03-14 | alvarado | [r5] Initial import. Release LTI-Lib Lithium (v. 1.9.0) |
Directory ltilib/win
This directory contains several projects to build the LTI-Lib or
applications that use it. The subdirectories contain following
projects.
- batchFiles Empty directory, where other projects might store
temporary batch files.
- buildLib Project consisting of a batch file and some PERL
scripts. Just run the buildLib.bat file to compile
the LTI-Lib. The results will be left in the
ltilib/lib directory and all object files will be
left in the ltilib/obj directory.
- console_src Contains a PERL script that builds MS Visual C++
project files console_src.dsp and console_src.dsw.
This project compiles each LTI-Lib source file and
link it with the console_src.cpp file. No library
is build. You can use it to debug LTI-Lib classes.
- console_lib Contains a PERL script that builds MS Visual C++
project files console_lib.dsp and console_lib.dsww.
This project compiles the console_lib.cpp file and
links it to a previously compiled library. The
buildLib.bat file in buildLib directory must be
executed previously.
- tester Very similar to the console_src project, but ready
to link it with the main.cpp and ltiTester.cpp files
in ltilib/tester.