You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use the plugin OrientationJ_Dominant_Direction in a macro to run over a directory of image. In the Log window A Ia a problem because the decimal separator is a coma and it also used to separate the numbers. Would it be possible to use the tab to separate the number ?
t seems that only in line 96 (see below) comas have to be changes in \t
Unfortunately I am not able to compile the corrected java file into a .class.
Thank you
line 96 IJ.log(s1 + ", " + s2 + ", " + s3);
The text was updated successfully, but these errors were encountered:
Hi,
I use the plugin OrientationJ_Dominant_Direction in a macro to run over a directory of image. In the Log window A Ia a problem because the decimal separator is a coma and it also used to separate the numbers. Would it be possible to use the tab to separate the number ?
t seems that only in line 96 (see below) comas have to be changes in \t
Unfortunately I am not able to compile the corrected java file into a .class.
Thank you
line 96 IJ.log(s1 + ", " + s2 + ", " + s3);
The text was updated successfully, but these errors were encountered: