|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMOperation | |
|---|---|
| org.im4java.core | |
| org.im4java.utils | |
| Uses of IMOperation in org.im4java.core |
|---|
| Methods in org.im4java.core that return IMOperation | |
|---|---|
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.openOperation()
Open a sub-operation (add a opening parenthesis). |
| Uses of IMOperation in org.im4java.utils |
|---|
| Subclasses of IMOperation in org.im4java.utils | |
|---|---|
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
|
| Constructors in org.im4java.utils with parameters of type IMOperation | |
|---|---|
NoiseFilter.Edge(IMOperation pOperation,
double pRadius)
Constructor. |
|
NoiseFilter.Level(IMOperation pOperation,
double pBlackPoint,
double pWhitePoint,
double pGamma)
Constructor (pass blackpoint and whitepoint as percentages) |
|
NoiseFilter.Threshold(IMOperation pOperation,
double pBlackPoint,
double pWhitePoint)
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). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||