net.sourceforge.jiu.color.adjustment
Class NormalizeHistogram
java.lang.Object
net.sourceforge.jiu.ops.Operation
net.sourceforge.jiu.ops.ImageToImageOperation
net.sourceforge.jiu.ops.LookupTableOperation
net.sourceforge.jiu.color.adjustment.NormalizeHistogram
public class NormalizeHistogram
- extends LookupTableOperation
Normalize 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 |
NormalizeHistogram(IntegerImage in)
Creates an object of this class and initializes the lookup
tables with the argument input image. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NormalizeHistogram
public NormalizeHistogram(IntegerImage in)
throws OperationFailedException
- Creates an object of this class and initializes the lookup
tables with the argument input image.
- Throws:
OperationFailedException
Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt