Package qupath.lib.color
Class ColorDeconvMatrix3x3
java.lang.Object
qupath.lib.color.ColorDeconvMatrix3x3
Simple class for representing - and inverting a 3x3 matrix.
- Author:
- Pete Bankhead
-
Constructor Details
-
ColorDeconvMatrix3x3
Constructor for a 3x3 matrix.- Parameters:
M
-- Throws:
IllegalArgumentException
- if the matrix is not 3x3
-
-
Method Details