#include <arimagesequence.h>
Public Member Functions | |
| bool | GetImage (int index, ARImage &image) |
| Retrieves the specified image. | |
| bool | Load (const char *filename) |
| Initialises the ARImageSequence object from the passed filename. | |
| int | GetCount () |
| Returns the number of files in the sequence. | |
An image sequence is a sequence of image files that contain a sequence number in the filename. Valid file sequences are...
Sample001.tif Sample002.tif Sample003.tif etc
or
Sample1.tif Sample2.tif Sample3.tif etc
The following are invalid sequences...
2DSample001.tif 2DSample002.tif 2DSample003.tif (Two numeric elements in filename)
or
SampleA.tif SampleB.tif SampleC.tif (No numeric element)
|
||||||||||||
|
Retrieves the specified image.
|
|
|
Initialises the ARImageSequence object from the passed filename.
|
1.3.9.1