Login  Register

Plot curve fitting values of ROIs into an image-like map

Posted by ys on Nov 03, 2015; 4:52pm
URL: http://imagej.273.s1.nabble.com/Plot-curve-fitting-values-of-ROIs-into-an-image-like-map-tp5014833.html

Hi, there,
Please give me some help, share an idea on how to plot a batch of ROI values back into their map and make a "pseudo-image".
I have an image series from time-lapse imaging. And I am trying to see the temporal trend of all ROIs from the full image. And to show the trend back into an image like map.
Here is what I did,
And an ROI array was generated following a post, http://imagej.1557.x6.nabble.com/How-to-create-a-regular-grid-of-rectangular-ROI-s-tp3685056.html,
Then the mean value of ROIs could be read out and exported to my curve fitting software, Graphpad Prism, and after fitting I will get the curve parameters.

The problem is that I don't know how to plot the results from curvefitting, which is a linear sequence of values, back into the image. I don't know how to read the values and fill it back into the corresponding ROI to make an image.