|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblobs.Blob
blobs.BlobInPixelSource
blobs.DarkBlob
| Field Summary | |
static int |
threshold
|
| Fields inherited from class blobs.Blob |
debugLevel |
| Constructor Summary | |
DarkBlob(PixelSource _ps,
java.awt.image.BufferedImage _debugImage,
java.lang.String _type)
|
|
| Method Summary | |
boolean |
doesPixelQualify(int[] rgb)
This is the most likely function for you to override. |
int |
getThreshold()
|
void |
setThreshold(int _threshold)
|
| Methods inherited from class blobs.BlobInPixelSource |
getPixel, newPoint |
| Methods inherited from class blobs.Blob |
debugAll, debugPixel, finishedSeed, getArea, getBirthDate, getDebugLevel, getDebugString, getLastX, getLastY, getMidPoint, getNextExpectedPostion, getOutsidePolygon, getPolygon, getRect, getSearchField, getSmoothedPostion, getTimeStamp, getTotalDebugLevels, getType, getValidsInARow, newBorderPoint, newFrame, newSeed, setBirthDate, setDebugColor, setDebugLevel, setDebugString, setLastValidTime, setSearchField, setType, validate, validate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static int threshold
| Constructor Detail |
public DarkBlob(PixelSource _ps,
java.awt.image.BufferedImage _debugImage,
java.lang.String _type)
| Method Detail |
public boolean doesPixelQualify(int[] rgb)
BlobInPixelSource
doesPixelQualify in class BlobInPixelSourcergb - array with red in 1, green in 2 and blue in 3;
public int getThreshold()
public void setThreshold(int _threshold)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||