Class Classify

java.lang.Object
  |
  +--Classify

public class Classify
extends java.lang.Object


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

Classify

public Classify()
Method Detail

classifyImage

public 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).
Parameters:
input - the input image
width - of the input image
classifications -  
height - of the input image
Returns:
output the output classification image