Package | Description |
---|---|
org.openimaj.image.analysis.algorithm | |
org.openimaj.image.contour | |
org.openimaj.math.geometry | |
org.openimaj.math.geometry.line | |
org.openimaj.math.geometry.shape |
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 |
---|---|
GeometricObject |
GeometricObject.transform(Jama.Matrix transform)
Apply a 3x3 transform matrix to a copy of the
GeometricObject and
return it |
Modifier and Type | Class and Description |
---|---|
class |
Line2d
A line in two-dimensional 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 |
PointList
A base implementation of a
GeometricObject that is a set of points in
space. |
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.
|