- labToColorProcessor(VectorProcessor) - Static method in class net.sf.ij_plugins.color.ColorSpaceConversion
-
Convert between CIE L*a*b* and RGB color image representation.
- labToXYZ(float[], float[]) - Static method in class net.sf.ij_plugins.color.ColorSpaceConversion
-
Conversion from CIE L*a*b* to CIE XYZ assuming Observer.
- labToXYZVectorProcessor(VectorProcessor) - Static method in class net.sf.ij_plugins.color.ColorSpaceConversion
-
Convert between CIE L*a*b* and XYZ color image representation.
- lessThanEqual(double[][], double) - Static method in class net.sf.ij_plugins.quilting.SynthAide
-
This searches the given array for all non-negative values less than or equal to a given
threshold and returns the list of array indicies of matches.
- loadCurrentRegionFromROIManager() - Method in class net.sf.ij_plugins.ui.multiregion.MultiRegionManagerModel
-
- log(String) - Static method in class net.sf.ij_plugins.util.IJDebug
-
Call IJ.log(System.currentTimeMillis() + " - " + message)
when
IJ.debugMode
is true
, otherwise do nothing.