User manual

Table Of Contents
Small Vision System User Manual 64
User images can also be copied into the object’s buffers, if copy is set to true. Here, the object
manages all buffers, and the user program should not destroy them.
Typically, a use program will have images stored in memory, and will want to rectify them as part of
the stereo process. To do so, first load a parameter file into the acquisition object, using
ReadParamFile. Next, turn on rectification by calling DoRect(true). Finally, use Load() to
attach the stored images to the object; calling GetImage() will now return the rectified images.