Login  Register

Problem with getting XStart

Posted by AndersS on Jul 17, 2014; 3:00pm
URL: http://imagej.273.s1.nabble.com/Problem-with-getting-XStart-tp5008803.html

Hello!

I have a problem when I try to analyze my images in ImageJ.
I run the line

run("Analyze Particles...", "  show=Outlines display clear record");

and save my results

saveAs("Results", imageName+".txt");

But when I extract the give XStart from the results it gives me what X is where YStart starts.
example image:


Is there a solution to this problem, or have I just done something wrong?