Send2imagej

From Eigenvector Research Documentation Wiki
Revision as of 09:28, 9 March 2011 by imported>Donal
Jump to navigation Jump to search

Purpose

Send an image to imagej.

Synopsis

send2imagej(img)

Description

Send an image (data or DataSet) to imagej. To get image back into PLS_Toolbox, save the image to file then import.

NOTE: This function is still in development and may change in the future.

Example

Load the bread image dataset to ImageJ, where any ImageJ analyses can be performed.

load smbread;
[iplusimgs, ijmain] = send2imagej(bread);

See Also

particlegui analyzeparticles