Batch Processing For Color Profiler, Multiple ROI's per image

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Batch Processing For Color Profiler, Multiple ROI's per image

Randy
Hi!

I'm trying to run batch processing of RGB images with the color profile
tool.
All my Images are saved in a folder, separated by names of treatments which
were applied to them.
I'd like to take Color profiles of 30 or more lines per image.
I'd like to save the LIST VALUES ( not the results values that pop up) in an
excel sheet without interpolation. So I don't want the line profiles in each
image to be averaged.
I'd like to then export the list values from all of the individual lines
from each image into one excel file, hopefully organized by folder name or
treatment type.

All I have so far is the following, which does not work in the least.

run("Properties...", "channels=1 slices=1 frames=1 unit=ยต
pixel_width=352.7785 pixel_height=352.7785 voxel_depth=1"); //this sets the
scale which hopefullly will appear in the list values
  <<warning: the options string contains one or more non-ascii characters>>
open("NAME OF MY FILE");
roiManager("Add");
run("Color Profiler")

Any help appreciated, thank you very much!:)





--
Sent from: http://imagej.1557.x6.nabble.com/

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html