|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproject.android.imageprocessing.GLRenderer
project.android.imageprocessing.input.GLTextureOutputRenderer
project.android.imageprocessing.filter.BasicFilter
project.android.imageprocessing.filter.colour.ImageContrastFilter
public class ImageContrastFilter
A contrast filter extension of BasicFilter. This filter increases or decrease the contrast of the image based on a given value. For normal use of this filter, the contrast value should be in [0, 4].
Constructor Summary | |
---|---|
ImageContrastFilter(float contrast)
Creates an ImageContrastFilter that will adjust contrast by a given amount. |
Method Summary |
---|
Methods inherited from class project.android.imageprocessing.filter.BasicFilter |
---|
newTextureReady |
Methods inherited from class project.android.imageprocessing.input.GLTextureOutputRenderer |
---|
addTarget, getTargets, onDrawFrame, onSurfaceCreated, removeTarget, setRenderSize |
Methods inherited from class project.android.imageprocessing.GLRenderer |
---|
getHeight, getWidth, onPause, onResume, rotateClockwise90Degrees, rotateCounterClockwise90Degrees |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageContrastFilter(float contrast)
contrast
- The amount of contrast.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |