Uses of Interface
inra.ijpb.math.ImageCalculator.Operation
| Package | Description |
|---|---|
| inra.ijpb.math |
Some math operators for images that do not need calling ImageJ plugins.
|
-
Uses of ImageCalculator.Operation in inra.ijpb.math
Fields in inra.ijpb.math declared as ImageCalculator.Operation Modifier and Type Field Description static ImageCalculator.OperationImageCalculator.Operation. ABS_DIFFAbs_diff operator, that computes the absolute value of the difference of values of the two imagesstatic ImageCalculator.OperationImageCalculator.Operation. ANDAnd operator.static ImageCalculator.OperationImageCalculator.Operation. DIVIDESDivides operator, that divides the values of the two imagesstatic ImageCalculator.OperationImageCalculator.Operation. MAXMax operator, that computes the maximum of the values from the two imagesstatic ImageCalculator.OperationImageCalculator.Operation. MEANMean operator, that computes the average of the values from the two imagesstatic ImageCalculator.OperationImageCalculator.Operation. MINMin operator, that computes the minimum of the values from the two imagesstatic ImageCalculator.OperationImageCalculator.Operation. MINUSMinus operator, that subtracts values of the two imagesstatic ImageCalculator.OperationImageCalculator.Operation. OROr operator.static ImageCalculator.OperationImageCalculator.Operation. PLUSPlus operator, that adds values of the two imagesstatic ImageCalculator.OperationImageCalculator.Operation. TIMESTimes operator, that multiples values of the two imagesstatic ImageCalculator.OperationImageCalculator.Operation. XORExclusive or operator.Methods in inra.ijpb.math with parameters of type ImageCalculator.Operation Modifier and Type Method Description static ij.ImagePlusImageCalculator. combineImages(ij.ImagePlus image1, ij.ImagePlus image2, ImageCalculator.Operation op)Combines two images using the specified operation.static ij.ImageStackImageCalculator. combineImages(ij.ImageStack image1, ij.ImageStack image2, ImageCalculator.Operation op)Combines two images using the specified operation.static ij.process.ImageProcessorImageCalculator. combineImages(ij.process.ImageProcessor image1, ij.process.ImageProcessor image2, ImageCalculator.Operation op)Example that computes the maximum over two images: