public abstract class AdaptiveThresholder extends Thresholder
Constructor and Description |
---|
AdaptiveThresholder() |
Modifier and Type | Method and Description |
---|---|
protected double[] |
getLine(ij.process.ByteProcessor bp,
int v) |
protected double[] |
getLine(ij.process.FloatProcessor fp,
int v) |
protected int |
getPaddedPixel(ij.process.ByteProcessor bp,
int u,
int v) |
abstract ij.process.ByteProcessor |
getThreshold(ij.process.ByteProcessor bp) |
boolean |
threshold(ij.process.ByteProcessor ip) |
void |
threshold(ij.process.ByteProcessor bp,
ij.process.ByteProcessor Q) |
public AdaptiveThresholder()
public abstract ij.process.ByteProcessor getThreshold(ij.process.ByteProcessor bp)
public void threshold(ij.process.ByteProcessor bp, ij.process.ByteProcessor Q)
public boolean threshold(ij.process.ByteProcessor ip)
protected int getPaddedPixel(ij.process.ByteProcessor bp, int u, int v)
protected double[] getLine(ij.process.ByteProcessor bp, int v)
protected double[] getLine(ij.process.FloatProcessor fp, int v)
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)