|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAnalyser
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 |
public Analyser(ij.process.ImageProcessor ip, int width, int height, int percent, boolean blackBackGround)
ip
- the imagewidth
- the image widthheight
- the image heightpercent
- the percentage of points to isolateblackBackGround
- the image color background (black/white). If this color is black, Analyser isolate the lightest pointsMethod Detail |
public int getMaxVal()
public int getMinVal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |