public class EqualizeHistogram extends LookupTableOperation
Gray8Image
or
RGB24Image
.Constructor and Description |
---|
EqualizeHistogram(IntegerImage in)
Creates an object of this class and initializes the lookup
tables with the argument input image.
|
Modifier and Type | Method and Description |
---|---|
private void |
initTables(IntegerImage in) |
getNumTables, getTable, prepareImages, process, setNumTables, setTable, setTables
canInputAndOutputBeEqual, ensureImagesHaveSameResolution, ensureInputImageIsAvailable, ensureOutputImageResolution, getInputImage, getOutputImage, setCanInputAndOutputBeEqual, setInputImage, setOutputImage
addProgressListener, addProgressListeners, getAbort, removeProgressListener, setAbort, setProgress, setProgress
public EqualizeHistogram(IntegerImage in) throws OperationFailedException
in
- the input imageOperationFailedException
private void initTables(IntegerImage in) throws OperationFailedException
OperationFailedException