Class Analyser

java.lang.Object
  extended byAnalyser

public class Analyser
extends java.lang.Object

Analyser Class

This class analyses an image to find intensity boundaries to isolate a percentage of points


Constructor Summary
Analyser(ij.process.ImageProcessor ip, int width, int height, int percent, boolean blackBackGround)
          Finds the intensity boundaries in between a number of points are included according to the percentage and the image color background
 
Method Summary
 int getMaxVal()
          Returns the maximum intensity
 int getMinVal()
          Returns the minimum intensity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analyser

public Analyser(ij.process.ImageProcessor ip,
                int width,
                int height,
                int percent,
                boolean blackBackGround)
Finds the intensity boundaries in between a number of points are included according to the percentage and the image color background

Parameters:
ip - the image
width - the image width
height - the image height
percent - the percentage of points to isolate
blackBackGround - the image color background (black/white). If this color is black, Analyser isolate the lightest points
Method Detail

getMaxVal

public int getMaxVal()
Returns the maximum intensity


getMinVal

public int getMinVal()
Returns the minimum intensity