The SAL3D package installs several files into the Microsoft Windows system. Although the user may change the installation directory when running the MSI installer, the default destination folder is: C:\Program Files\AQSENSE\SAL3D.
bin - The main SAL3D DLLs, and precompiled executables of the examples distributed with the SAL3D SDK. These libraries must be accessible for any program using SAL3D.doc - SAL3D SDK documentation in HTML format. Open index.html to start.drivers - Frame Grabber Driver binary files. These files are necessary for using the sal3d::FrameGrabber interface, in order to grab Frame objects easily. Each FGD file supports one Frame Grabber device.drivers\src - Source code of the Frame Grabber Drivers. They can be used as a reference to develop drivers for other Frame Grabbers.examples\console - Some sources for simple command line examples that show how to use some selected features of the library. These are much simpler to understand than their wxWidgets counterparts, as they are more straigthforward, with no code having to deal with the GUI. There are also some compatibility examples with other libraries (Halcon, Matrox Imaging Library, and OpenCV).examples\rangeMaps - Surfaces acquired with a single acquisition system with two cameras (multi-camera set-up). Including RangeMaps of both cameras for the calibration pattern (described in Metric Calibration Tool), a model piece, and a piece to be compared to the model (to use with Match3D).examples\COPs - Set of Clouds of Points. Can be used for testing the Match3D tool.examples\disparityMaps - A sample ZMap used on the Halcon example.examples\Frames - Pattern image that can be used for testing the PeakFinderH tool and some images for the Lens Distortion calibration.examples\wxWidgets - Source code examples showing how to develop using SAL3D libraries.include - Path to be added to the INCLUDE_PATH parameter of your compiler. This directory has the C++ SAL3D API declarations (sal3dpp), and the internal declarations for the C functions and structures used in the DLLs (sal3d).lib - Path to be added to the LIBRARY_PATH parameter of your linker. These files will allow the user to link his program to the SAL3D DLLs.
by
1.7.6.1