Class ColorDeconvMatrix3x3

java.lang.Object
qupath.lib.color.ColorDeconvMatrix3x3

public class ColorDeconvMatrix3x3 extends Object
Simple class for representing - and inverting a 3x3 matrix.
Author:
Pete Bankhead
  • Constructor Details

  • Method Details

    • determinant

      public double determinant()
      Calculate the determinant of the matrix.
      Returns:
    • inverse

      public double[][] inverse()
      Calculate the 3x3 matrix inverse.
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object