public class ImageFilter
extends java.lang.Object
ImageFilterGUI| Constructor and Description |
|---|
ImageFilter(java.lang.String[] args)
This constructor takes the filename and the rectangles to be drawn and draws them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterImage(java.lang.String InputFilename,
java.lang.String OutputFilename,
java.lang.String FilterMode,
java.lang.String Coords) |
static void |
main(java.lang.String[] args)
Main method that checks arguments then calls the constructor.
|
public ImageFilter(java.lang.String[] args)
filename - filename of image to be editedrects - rectangles of darkness to be appliedgoodR - determines which rectangles had correct coordinatespublic void FilterImage(java.lang.String InputFilename,
java.lang.String OutputFilename,
java.lang.String FilterMode,
java.lang.String Coords)
public static void main(java.lang.String[] args)
args - Arguments required for executionCopyright © SAS Institute. All Rights Reserved.