Modifier and Type | Class and Description |
---|---|
static class |
HoughCircles.WeightedCircle
A circle with an associated weight.
|
Modifier and Type | Class and Description |
---|---|
class |
Contour
A contour or hierarchical set of contours within an image.
|
Modifier and Type | Method and Description |
---|---|
GeometricObject2d |
GeometricObject2d.transform(Jama.Matrix transform)
Apply a 3x3 transform matrix to a copy of the
GeometricObject2d and
return it |
Modifier and Type | Class and Description |
---|---|
class |
Line2d
A line in two-dimensional space.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Path2d
A
Path2d represents an arbitrary path between 2 points in a 2D space. |
Modifier and Type | Class and Description |
---|---|
class |
Polyline
|
Modifier and Type | Class and Description |
---|---|
class |
PointList
A base implementation of a
GeometricObject2d that is a set of
points in space. |
Modifier and Type | Interface and Description |
---|---|
interface |
Shape
Interface for classes that represent a shape.
|
Modifier and Type | Class and Description |
---|---|
class |
Circle
A circle shape
|
class |
Ellipse
An ellipse shape
|
class |
Polygon
A polygon, modelled as a list of vertices.
|
class |
Rectangle
A rectangle shape oriented to the axes.
|
class |
Rectangle3D
A rectangle in 3D space.
|
class |
RotatedRectangle
A rectangle rotated by an angle.
|
class |
Triangle
A triangle shape
|
class |
TriangulatedPolygon
A polygon that has been broken into triangles.
|