|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Point2D
java.awt.Point
nao.CameraImage.Blob
public static class CameraImage.Blob
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Point2D |
---|
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float |
Field Summary | |
---|---|
int |
imageHeight
|
int |
imageWidth
|
int |
perimeter
|
boolean[] |
pixels
|
int |
size
|
Fields inherited from class java.awt.Point |
---|
x, y |
Constructor Summary | |
---|---|
CameraImage.Blob(int x,
int y,
int size)
|
Method Summary | |
---|---|
double |
calculateCircularity()
|
int |
calculatePerimeter()
|
Methods inherited from class java.awt.Point |
---|
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate |
Methods inherited from class java.awt.geom.Point2D |
---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int size
public int perimeter
public boolean[] pixels
public int imageWidth
public int imageHeight
Constructor Detail |
---|
public CameraImage.Blob(int x, int y, int size)
Method Detail |
---|
public int calculatePerimeter()
public double calculateCircularity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |