public class Seam_Remover extends Object implements ij.plugin.filter.PlugInFilter
Modifier and Type | Field and Description |
---|---|
protected Seam_Remover.ImageEnergy |
energy |
protected int |
h |
protected ij.ImagePlus |
image |
protected int[] |
pixels |
protected int |
w |
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 |
---|
Seam_Remover() |
Modifier and Type | Method and Description |
---|---|
ij.process.ImageProcessor |
resize(Seam_Remover.ImageEnergy energy,
int w,
int h) |
void |
run(ij.process.ImageProcessor ip) |
int |
setup(String args,
ij.ImagePlus imp) |
protected ij.ImagePlus image
protected int w
protected int h
protected int[] pixels
protected Seam_Remover.ImageEnergy energy
public void run(ij.process.ImageProcessor ip)
run
in interface ij.plugin.filter.PlugInFilter
public int setup(String args, ij.ImagePlus imp)
setup
in interface ij.plugin.filter.PlugInFilter
public ij.process.ImageProcessor resize(Seam_Remover.ImageEnergy energy, int w, int h)
Copyright © 2015–2021 Fiji. All rights reserved.