|
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.GaussianNoise
Adds gaussion noise distributions to an image. Supports GrayImage, RealGrayImage, ColorImage, RealColorImage.
| Field Summary | |
private float |
m_stdDeviation
Standard deviation of Gaussian noise. |
| Constructor Summary | |
GaussianNoise(float stdDev)
constructor. |
|
| Method Summary | |
protected Image |
apply(ColorImage image)
Adds noise to image following the gaussian distribution. |
protected Image |
apply(ColorImage image,
ROI roi)
Adds noise to image in the specified Region of Interest, following the gaussian distribution. |
protected Image |
apply(GrayImage image)
Adds noise to image following the gaussian distribution. |
protected Image |
apply(GrayImage image,
ROI roi)
Adds noise to image in the specified Region of Interest,
following the gaussian distribution. |
protected Image |
apply(RealColorImage image)
Adds noise to image following the gaussian distribution. |
protected Image |
apply(RealColorImage image,
ROI roi)
Adds noise to image in the specified Region of Interest, following the gaussian distribution. |
protected Image |
apply(RealGrayImage image)
Adds noise to image following the gaussian distribution. |
protected Image |
apply(RealGrayImage image,
ROI roi)
Adds noise to image in the specified Region of Interest, following the gaussian distribution. |
| 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 float m_stdDeviation
| Constructor Detail |
public GaussianNoise(float stdDev)
stdDev - Standard Deviation| Method Detail |
protected Image apply(GrayImage image)
image following the gaussian distribution.
apply in class SimpleOperatorimage - GrayImage to add noise to.
image.
protected Image apply(GrayImage image,
ROI roi)
image in the specified Region of Interest,
following the gaussian distribution.
apply in class SimpleOperatorimage - GrayImage to add noise to.roi - Region of Interest of image.
protected Image apply(RealGrayImage image)
image following the gaussian distribution.
apply in class SimpleOperatorimage - RealGrayImage to add noise to.
image.
protected Image apply(RealGrayImage image,
ROI roi)
image in the specified Region of Interest, following the gaussian distribution.
apply in class SimpleOperatorimage - RealGrayImage to add noise to.roi - Region of Interest of image.
image.protected Image apply(ColorImage image)
image following the gaussian distribution.
This is done by adding noise to each plane seperately.
apply in class SimpleOperatorimage - ColorImage to add noise to.
image.
protected Image apply(ColorImage image,
ROI roi)
image in the specified Region of Interest, following the gaussian distribution.
This is done by adding noise to each plane seperately.
apply in class SimpleOperatorimage - ColorImage to add noise to.roi - Region of Interest of image.
image.protected Image apply(RealColorImage image)
image following the gaussian distribution.
This is done by adding noise to each plane seperately.
apply in class SimpleOperatorimage - RealColorImage to add noise to.
image.
protected Image apply(RealColorImage image,
ROI roi)
image in the specified Region of Interest, following the gaussian distribution.
This is done by adding noise to each plane seperately.
apply in class SimpleOperatorimage - RealColorImage to add noise to.roi - Region of Interest of image.
image.
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||