
ImageJActor |
util.ImageJActor |
This actor launches the ImageJ package from NIH using the
input file. see http://rsb.info.nih.gov/ij/ for information
on the ImageJ system for image processing
This actor simply extends Sink; it thus has an 'input' multiport
The input is assumed to a file name which ImageJ will try to open.
ImageJ will succeed in opening a number of different types of image files.
When this actor fires, the image file input should be displayed along with
a small 'ImageJ' window with a set of menu items. These menu can be used to
apply a number of image processing operation to the displayed image.
Author(s): Dan Higgins
Version:
fileOrURL
The file name or URL from which to read. This is a string with
any form accepted by File Attribute.
The file name should refer to an image file that is one of the
many image files that ImageJ can display. These include tiffs, gifs,
jpegs, etc. See the ImageJ Help menu or http://rsb.info.nih.gov/ij/