User manual
Table Of Contents
- Introduction
- Getting started with smallv
- Stereo Geometry
- Calibration
- API Reference – C++ Language

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 home 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
stframe(.exe) simple stereo client example program
stcap(.exe) frame capture program, no stereo processing
XXXgrab.dll,.lib framegrabber interface fns (Windows OS)
svs.dll, lib SVS library (Windows OS)
svscap.dll, lib SVS library for capture only (Windows OS)
libsvs.so SVS library (Linux)
libsvscap.so SVS library for capture only (Linux)
fltkdll.dll Display library (Windows OS)
libfltk.so Display library (Linux)
data stereo images
check.pdf single-page printable calibration object
check2.pdf 4-page printable calibration object
*-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