|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgeometry.object.SkeletonObject
public class SkeletonObject
data structure to hold some meta information about skeletons, like distance map, width, height,...
| Field Summary | |
|---|---|
private int |
depth
only used in 3D, always 0 for 2D |
private Dimensions |
dimensions
the dimensions for each pixel/voxel in this skeleton object |
private DistanceMap |
distancemap
the object's distance map |
private int |
height
the input images' height |
private SkeletonGraph |
sgraph
the skeleton's skeleton graph |
private java.lang.Object |
shape
holding information about the object's shape |
private Skeleton |
skeleton
the skeleton itself |
private int |
width
the input images' width |
| Constructor Summary | |
|---|---|
SkeletonObject()
|
|
| Method Summary | |
|---|---|
int |
getDepth()
|
Dimensions |
getDimensions()
|
DistanceMap |
getDistanceMap()
returns the distance map. |
int |
getHeight()
get the height of the input image, used for example for visualization. |
java.lang.Object |
getShape()
|
Skeleton |
getSkeleton()
Get the skeleton belonging to this object. |
SkeletonGraph |
getSkeletonGraph()
|
int |
getWidth()
get the width of the input image, used for example for visualization. |
void |
setDepth(int depth)
|
void |
setDimensions(Dimensions dimensions)
|
void |
setDistanceMap(DistanceMap distanceMap)
set the distance map. |
void |
setHeight(int height)
set the height of the input image, used for example for visualization. |
void |
setShape(java.lang.Object shape)
|
void |
setSkeleton(Skeleton skeleton)
set the skeleton belonging to this object. |
void |
setSkeletonGraph(SkeletonGraph sgraph)
|
void |
setWidth(int width)
set the width of the input image, used for example for visualization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private DistanceMap distancemap
private int height
private java.lang.Object shape
private Skeleton skeleton
private int width
private int depth
private Dimensions dimensions
private SkeletonGraph sgraph
| Constructor Detail |
|---|
public SkeletonObject()
| Method Detail |
|---|
public SkeletonGraph getSkeletonGraph()
public void setSkeletonGraph(SkeletonGraph sgraph)
sgraph - the sgraph to setpublic int getDepth()
public void setDepth(int depth)
depth - the depth to setpublic DistanceMap getDistanceMap()
public int getHeight()
public Skeleton getSkeleton()
public int getWidth()
public java.lang.Object getShape()
public void setShape(java.lang.Object shape)
shape - the shape to setpublic void setDistanceMap(DistanceMap distanceMap)
distanceMap - the distanceMap to setpublic void setHeight(int height)
height - the input image's heightpublic void setSkeleton(Skeleton skeleton)
skeleton - the skeleton to setpublic void setWidth(int width)
width - the width to setpublic void setDimensions(Dimensions dimensions)
dimensions - the dimensions to setpublic Dimensions getDimensions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||