public class EqualizeHistogram extends LookupTableOperation
Gray8Image or
RGB24Image.| Constructor | Description |
|---|---|
EqualizeHistogram(IntegerImage in) |
Creates an object of this class and initializes the lookup
tables with the argument input image.
|
| Modifier and Type | Method | Description |
|---|---|---|
private void |
initTables(IntegerImage in) |
canInputAndOutputBeEqual, ensureImagesHaveSameResolution, ensureInputImageIsAvailable, ensureOutputImageResolution, getInputImage, getOutputImage, setCanInputAndOutputBeEqual, setInputImage, setOutputImagegetNumTables, getTable, prepareImages, process, setNumTables, setTable, setTablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddProgressListener, addProgressListeners, getAbort, removeProgressListener, setAbort, setProgress, setProgresspublic EqualizeHistogram(IntegerImage in) throws OperationFailedException
in - the input imageOperationFailedExceptionprivate void initTables(IntegerImage in) throws OperationFailedException
OperationFailedException