...
ImagePlus imp = IJ.openImage(i1);
imp.show();
ImagePlus imp1 = IJ.openImage(i2);
imp1.show();
IJ.run(imp, "Size...", "width=500 height=400 average interpolation=Bilinear");
IJ.run(imp1,"Size...", "width=500 height=400 average interpolation=Bilinear");
ImagePlus imp2 = null;
IJ.run(imp2, "Images to Stack", "method=[Copy (center)] name=Stack title=[] use"); IJ.run("iterative PIV(Cross-correlation)...","piv1=128 piv2=0 piv3=0 what=[Accept this PIV and output] noise=0.20 threshold=5 c1=3c2=1 save=piv.txt batch");
...
is boring opened every time the images and use the computer impossibile
how I can do: open images are not displayed?
if I remove "imp.show ();"
are not taken from stack
how can I resolve problem?tanks in advance
Giuseppe Cancellara
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html