User manual
Small Vision System User Manual 9
1.4 The SVS Distribution
The SVS distribution can reside in any directory; normally, it is placed in c:\svs (MS Windows
systems) or /usr/local/svs or a user’s directory (Unix systems). Here is the directory structure of
the SVS distribution.
svs
readme installation guide
update release notes
docs documentation
smallv.pdf PDF version of the User Manual
calibrate.pdf PDF version of the Calibration Addendum
bin executable and library files
smallv(.exe) full-featured GUI client demo
smallvcal(.exe) full-featured GUI client demo with calibration tool
stframe(.exe) simple stereo client example program
stcap(.exe) frame capture program, no stereo processing
svsXXX.dll,.lib framegrabber interface fns (Windows OS)
XXXcap.so framegrabber interface fns (Linux)
svs.dll, lib SVS library (Windows OS)
svscap.dll, lib SVS library for capture (Windows OS)
libsvs.so SVS library (Linux)
libsvscap.so SVS library for capture (Linux)
fltkdll.dll Display library (Windows OS)
libfltk.so Display library (Linux)
data stereo images
check.pdf single-page printable calibration object
check54-panel.pdf 4-page printable calibration object
check-54.pdf 54mm single page calibration object (17x22)
check-108.pdf 108mm single page calibration object (34x44)
*-L/R/C.bmp Sample stereo pairs and color files
*.ini Sample calibration files
samples sample client program sources
src SVS library sources
svsclass.h main library header (C++)
XXXgrab.cpp framegrabber interface functions