Example #1
0
 // returns a Y coordinate based on the "Invert Y Coodinates" flag
 double yy(double y, ImagePlus imp) {
   return Analyzer.updateY(y, imp.getHeight());
 }
Example #2
0
 // returns a Y coordinate based on the "Invert Y Coodinates" flag
 int yy(int y, ImagePlus imp) {
   return Analyzer.updateY(y, imp.getHeight());
 }