Load a sequence of binary images from files, and create a sequence of IntMatrixTokens from them. The data is assumed to row scanned, starting at the top row. Each byte of the binary file is assumed to be the greyscale intensity of a single pixel in the image.
The files to be loaded are specified as relative URLs from the base URL path. Usually the base path should be set to the root VisualSim classpath. The file names are created by replacing *'s in the filename with consecutive integers (using zero padding). For example, specifying a URLtemplate of "missa***.qcf" and a starting frame of zero, will create the names:
The name manufacturing algorithm is not especially robust, so debug listeners attached to this actor will receive a list of the file names. This actor could be greatly expanded to use the Java Advanced Imaging API for loading images.
Field Detail |
public Parameter endFrame
public Parameter imageColumns
public Parameter imageRows
public Parameter imageURLTemplate
public Parameter startFrame
Created with the Personal Edition of HelpNDoc: Full-featured Help generator