public class Binner<T extends RealType<T>> extends ContextCommand
Constructor and Description |
---|
Binner() |
Modifier and Type | Method and Description |
---|---|
Dataset |
getDataset()
Gets the Dataset that the bin operation will be run upon.
|
String |
getError()
Returns the current error message if any.
|
int |
getFactor(int d)
Gets the reduction factor for a given dimension.
|
String |
getValueMethod()
Gets the value method used to combine pixels.
|
protected void |
init() |
void |
run() |
void |
setDataset(Dataset ds)
Sets the Dataset that the bin operation will be run upon.
|
void |
setFactor(int d,
int factor)
Sets the reduction factor for a given dimension.
|
void |
setValueMethod(String str)
Sets the value method used to combine pixels.
|
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setContext
public void setDataset(Dataset ds)
public Dataset getDataset()
public void setFactor(int d, int factor)
public int getFactor(int d)
public void setValueMethod(String str)
public String getValueMethod()
public String getError()
public void run()
protected void init()
Copyright © 2014–2022 ImageJ. All rights reserved.