Class EqualizeHistogram
java.lang.Object
net.sourceforge.jiu.ops.Operation
net.sourceforge.jiu.ops.ImageToImageOperation
net.sourceforge.jiu.ops.LookupTableOperation
net.sourceforge.jiu.color.adjustment.EqualizeHistogram
Equalize the image using histogram information separately for each channel.
Works for intensity-based image types like
Gray8Image
or
RGB24Image
.- Since:
- 0.6.0
- Author:
- Marco Schmidt
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an object of this class and initializes the lookup tables with the argument input image. -
Method Summary
Methods inherited from class net.sourceforge.jiu.ops.LookupTableOperation
getNumTables, getTable, prepareImages, process, setNumTables, setTable, setTables
Methods inherited from class net.sourceforge.jiu.ops.ImageToImageOperation
canInputAndOutputBeEqual, ensureImagesHaveSameResolution, ensureInputImageIsAvailable, ensureOutputImageResolution, getInputImage, getOutputImage, setCanInputAndOutputBeEqual, setInputImage, setOutputImage
Methods inherited from class net.sourceforge.jiu.ops.Operation
addProgressListener, addProgressListeners, getAbort, removeProgressListener, setAbort, setProgress, setProgress
-
Constructor Details
-
EqualizeHistogram
Creates an object of this class and initializes the lookup tables with the argument input image.- Parameters:
in
- the input image- Throws:
OperationFailedException
-
-
Method Details
-
initTables
- Throws:
OperationFailedException
-