public class ChannelProcessThinOut extends ChannelProcess
channel, label
Constructor and Description |
---|
ChannelProcessThinOut(Channel channel,
String label,
String newLabel,
boolean showHistogram,
int subsampling) |
Modifier and Type | Method and Description |
---|---|
double |
getMax() |
double |
getMin() |
String |
getNewLabel() |
int |
getSubsampling() |
boolean |
keepRange() |
void |
setKeepRange(boolean keep) |
void |
setMax(double max) |
void |
setMin(double min) |
boolean |
showHistogram() |
getChannel, getLabel
public boolean showHistogram()
public int getSubsampling()
public String getNewLabel()
public double getMin()
public double getMax()
public boolean keepRange()
public void setMin(double min)
public void setMax(double max)
public void setKeepRange(boolean keep)
Copyright © 2015–2021 Fiji. All rights reserved.