Dear all (probably Wayne),
Is there a reason why the Process>Filters are written with a GenericDialog
and not a NonBlockingGenericDialog?
Using a NonBlockingGenericDialog has the huge advantage of being able to
make a preview on a picture with a given filter while still being able to
zoom and drag it in order to check the effect of the filter on small details
within the picture.
And in order to do this, all that is needed to be changed is to:
- Add on line 5: import ij.gui.NonBlockingGenericDialog;
- Replace the line 112 from "GenericDialog gd = new
GenericDialog(command+"...");"
into " NonBlockingGenericDialog gd =
new NonBlockingGenericDialog (command+"...");"
Within the "ij.plugin.filter.RankFilters.java" file.
I thank you very much in advance for your answers.
My best regards,
Philippe
Philippe CARL
Laboratoire de Bioimagerie et Pathologies
UMR 7021 CNRS - Université de Strasbourg
Faculté de Pharmacie
74 route du Rhin
67401 ILLKIRCH
Tel : +33(0)3 68 85 41 84
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html