public class SRM_ extends Object implements ij.plugin.filter.PlugInFilter
Modifier and Type | Field and Description |
---|---|
protected float |
delta |
protected float |
factor |
protected float |
logDelta |
protected float |
Q |
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
Constructor and Description |
---|
SRM_() |
Modifier and Type | Method and Description |
---|---|
protected void |
addNeighborPair(int neighborIndex,
byte[] pixel,
byte[] nextPixel,
int i) |
protected void |
addNeighborPair(int neighborIndex,
byte[] pixel,
int i1,
int i2) |
void |
run(ij.process.ImageProcessor ip) |
int |
setup(String arg,
ij.ImagePlus image) |
protected ij.ImagePlus |
srm2D(ij.process.ImageProcessor ip,
boolean showAverages) |
protected ij.ImagePlus |
srm3D(boolean showAverages) |
protected float Q
protected float delta
protected float factor
protected float logDelta
public int setup(String arg, ij.ImagePlus image)
setup
in interface ij.plugin.filter.PlugInFilter
public void run(ij.process.ImageProcessor ip)
run
in interface ij.plugin.filter.PlugInFilter
protected ij.ImagePlus srm3D(boolean showAverages)
protected ij.ImagePlus srm2D(ij.process.ImageProcessor ip, boolean showAverages)
protected void addNeighborPair(int neighborIndex, byte[] pixel, int i1, int i2)
protected void addNeighborPair(int neighborIndex, byte[] pixel, byte[] nextPixel, int i)
Copyright © 2015–2021 Fiji. All rights reserved.