java.lang.Object
imagingbook.calibration.zhang.util.IjUtil

public class IjUtil extends Object
This class defines ImageJ-related utility methods used for camera calibration.
  • Constructor Details

  • Method Details

    • makeImage

      public static ImagePlus makeImage(String title, RealMatrix M)
      Creates a float-type image of the supplied matrix. Matrix rows/columns correspond to image rows/columns. Typical usage: makeImage("my matrix", M).show()
      Parameters:
      title - the image title
      M - the matrix to be displayed
      Returns:
      the resulting image
    • plotLensDistortionFunction

      public static PlotWindow plotLensDistortionFunction(Camera cam, double rmax)