Send2imagej: Difference between revisions
Jump to navigation
Jump to search
imported>Scott |
imported>Scott |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Send an image to | Send an image to ImageJ . | ||
===Synopsis=== | ===Synopsis=== | ||
:send2imagej(img) | :send2imagej(img); | ||
:[iplusimgs, ijmain] = send2imagej(bread); | |||
===Description=== | ===Description=== | ||
Send an image (data or DataSet) to | 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=== | |||
Load the bread image dataset to ImageJ, where further ImageJ analyses can be performed. | |||
load smbread; | |||
[iplusimgs, ijmain] = send2imagej(bread); | |||
===See Also=== | ===See Also=== | ||
[[particlegui]] | [[particlegui]] [[analyzeparticles]] |
Latest revision as of 10:56, 9 March 2011
Purpose
Send an image to ImageJ .
Synopsis
- send2imagej(img);
- [iplusimgs, ijmain] = send2imagej(bread);
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);