Send2imagej: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Donal
No edit summary
imported>Donal
No edit summary
Line 1: Line 1:
===Purpose===
===Purpose===
Send an image to imagej.
Send an image to ImageJ .
===Synopsis===
===Synopsis===
:send2imagej(img)
:send2imagej(img)
===Description===
===Description===


Send an image (data or DataSet) to imagej. To get image back into PLS_Toolbox, save the image to file then import.
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.
NOTE: This function is still in development and may change in the future.


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


  load smbread;
  load smbread;

Revision as of 09:30, 9 March 2011

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 further ImageJ analyses can be performed.

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

See Also

particlegui analyzeparticles