| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| com.github.geko444.im4java.test |
Contains classes with test-cases and sample code.
|
| com.github.geko444.im4java.utils |
Contains utility-classes.
|
| Modifier and Type | Method and Description |
|---|---|
IMOperation |
IMOperation.addSubOperation(Operation pSubOperation)
Add a IMOperation as a suboperation.
|
IMOperation |
IMOperation.appendHorizontally()
Append images horizontally (same as +append)
|
IMOperation |
IMOperation.appendVertically()
Append images vertically (same as -append)
|
IMOperation |
IMOperation.closeOperation()
Close a sub-operation (add a closing parenthesis).
|
IMOperation |
IMOperation.haldClut(String pCLUTImage)
Apply a HALD-CLUT.
|
IMOperation |
IMOperation.openOperation()
Open a sub-operation (add a opening parenthesis).
|
| Modifier and Type | Field and Description |
|---|---|
protected IMOperation |
TestCase21.iOp
The operation associated with this test-case.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelMixer
This class is a wrapper to a channel mixer.
|
class |
NoiseFilter
This class is the base class of all noise-remover classes.
|
static class |
NoiseFilter.Edge |
static class |
NoiseFilter.Level |
static class |
NoiseFilter.Threshold |
| Constructor and Description |
|---|
Edge(IMOperation pOperation,
double pRadius)
Constructor.
|
Level(IMOperation pOperation,
double pBlackPoint,
double pWhitePoint,
double pGamma)
Constructor (pass blackpoint and whitepoint as percentages)
|
NoiseFilter(IMOperation pOperation)
Constructor: creates a clone of the image and apply the operation
(typically -despeckle, -blur or -noise).
|
Threshold(IMOperation pOperation,
double pBlackPoint,
double pWhitePoint)
Constructor (pass blackpoint and whitepoint as percentages)
|
Copyright © 2019. All rights reserved.