public class MinMaxMedian extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAXIMUM
Constant representing the maximum filter.
|
static int |
MEDIAN
Constant representing the median filter.
|
static int |
MINIMUM
Constant representing the minimum filter.
|
Constructor and Description |
---|
MinMaxMedian() |
Modifier and Type | Method and Description |
---|---|
static ij.ImagePlus |
convolve(ij.ImagePlus image,
int method)
Main method which iterates through the stack and calls
convolvePoint() for each voxel.
|
static void |
main(String[] args) |
public static final int MINIMUM
public static final int MAXIMUM
public static final int MEDIAN
public static void main(String[] args)
public static ij.ImagePlus convolve(ij.ImagePlus image, int method)
Copyright © 2015–2021 Fiji. All rights reserved.