java.lang.Object
imagingbook.calibration.zhang.util.IjUtil
This class defines ImageJ-related utility methods used for camera calibration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImagePlus
makeImage
(String title, RealMatrix M) Creates a float-type image of the supplied matrix.static PlotWindow
plotLensDistortionFunction
(Camera cam, double rmax)
-
Constructor Details
-
IjUtil
public IjUtil()
-
-
Method Details
-
makeImage
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 titleM
- the matrix to be displayed- Returns:
- the resulting image
-
plotLensDistortionFunction
-