|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Classify
| Constructor Summary | |
Classify()
|
|
| Method Summary | |
int[] |
classifyImage(int[] input,
int width,
int height,
Limits[] classification)
Classifies each pixel in the input array according to the array of classifications (high/low limits). |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Classify()
| Method Detail |
public int[] classifyImage(int[] input,
int width,
int height,
Limits[] classification)
input - the input imagewidth - of the input imageclassifications - height - of the input image
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||