Examples of Calibration


Examples of ij.measure.Calibration

    }
    if (stack!=null) {
      imp = new ImagePlus("Imported Stack", stack);
      if (imp.getBitDepth()==16 || imp.getBitDepth()==32)
        imp.getProcessor().setMinAndMax(min, max);
                Calibration cal = imp.getCalibration();
                if (fi.fileType==FileInfo.GRAY16_SIGNED)
                  cal.setSigned16BitCalibration();
      imp.show();
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.