Type | Name and description |
---|---|
static String |
convolutionRGBMethod |
static String |
createMethod |
int |
currentImage |
int |
height |
BufferedImage |
image |
Matrix |
imageMatrix0 |
Matrix |
imageMatrix1 |
String |
inFileName |
static String |
initMethod |
static boolean |
inputComplete |
Matrix |
kernel |
int |
nodes |
String |
outFileName |
static String |
partitionMethod |
List |
partitionRanges |
static String |
updateImageIndex |
int |
width |
Constructor and description |
---|
CompositeARGBImage
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
compressImage() |
|
void |
compressImage0() |
|
void |
compressImage1() |
|
int |
constructRGBColor(int alpha, int red, int green, int blue) |
|
int |
convolution(List d) |
|
int |
create(List d) |
|
void |
extractImage() CAUTION images use the (x, y) notation with top left corner [0, 0] Height refers to the y direction and Width the x direction |
|
int |
init(List d) |
|
void |
partition(int nodes) |
|
int |
updateImageIndex() |
CAUTION images use the (x, y) notation with top left corner [0, 0] Height refers to the y direction and Width the x direction Matrix uses the row and column notation. The elements of the matrix are accessed by [r, c] with the top left corner of the matrix being [0, 0] Height refers to the r index and width the c index
Demonstrations of the Use of the Groovy Parallel Patterns Library generated 18-09-2017 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk