|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jigl.image.SimpleOperator
|
+--jigl.image.ops.HistogramEqualizer
Equalizes a Histogram and returns a new image with equalized histogram. It uses
LookupTable and CumulativeHistogram to implement equalization.
LookupTable,
CumulativeHistogram| Field Summary | |
private CumulativeHistogram |
hist
See CumulativeHistogram |
private LookupTable |
table
See LookupTable |
| Constructor Summary | |
HistogramEqualizer()
Create a empty Histogramequalizer object |
|
| Method Summary | |
protected Image |
apply(ColorImage image)
Returns an equalized version of image. |
protected Image |
apply(ColorImage image,
ROI roi)
Returns an equalized region in an image image. |
protected Image |
apply(GrayImage image)
Returns an equalized version of image. |
protected Image |
apply(GrayImage image,
ROI roi)
Returns an equalized region in an image image. |
protected Image |
apply(RealColorImage image)
Returns an equalized version of image. |
protected Image |
apply(RealColorImage image,
ROI roi)
Returns an equalized region in an image image. |
protected Image |
apply(RealGrayImage image)
Returns an equalized version of image. |
protected Image |
apply(RealGrayImage image,
ROI roi)
Returns an equalized region in an image image. |
| Methods inherited from class jigl.image.SimpleOperator |
apply, apply, apply, apply, apply, apply |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private CumulativeHistogram hist
CumulativeHistogram
private LookupTable table
LookupTable
| Constructor Detail |
public HistogramEqualizer()
throws ImageNotSupportedException
| Method Detail |
protected Image apply(GrayImage image)
throws ImageNotSupportedException
image. Returned image is
a GrayImage object.
apply in class SimpleOperatorImageNotSupportedException
protected Image apply(RealGrayImage image)
throws ImageNotSupportedException
image. Returned image is a
RealGrayImage object.
apply in class SimpleOperatorImageNotSupportedException
protected Image apply(GrayImage image,
ROI roi)
throws ImageNotSupportedException
image. Returned image is
a GrayImage object.
apply in class SimpleOperatorImageNotSupportedException
protected Image apply(RealGrayImage image,
ROI roi)
throws ImageNotSupportedException
image. Returned image is a
RealGrayImage object.
apply in class SimpleOperatorImageNotSupportedException
protected Image apply(ColorImage image)
throws ImageNotSupportedException
image. Returned image is
a ColorImage object.
apply in class SimpleOperatorImageNotSupportedException
protected Image apply(RealColorImage image)
throws ImageNotSupportedException
image. Returned image is a
RealColorImage object.
apply in class SimpleOperatorImageNotSupportedException
protected Image apply(ColorImage image,
ROI roi)
throws ImageNotSupportedException
image. Returned image is
a ColorImage object.
apply in class SimpleOperatorImageNotSupportedException
protected Image apply(RealColorImage image,
ROI roi)
throws ImageNotSupportedException
image. Returned image is
a RealColorImage object.
apply in class SimpleOperatorImageNotSupportedException
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||