| Package | Description |
|---|---|
| net.grelf |
This package contains general-purpose Java classes: non-astronomical and
not specific to GRIP.
|
| net.grelf.image |
This package contains Java classes defining and processing images.
|
| Modifier and Type | Method and Description |
|---|---|
Line |
LineSegment.toLine() |
| Modifier and Type | Method and Description |
|---|---|
PointFloat |
Line.intersection(Line other)
Calculate the intersection point of the current line with another one.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Line> |
ByteMask.houghLines()
Apply a Hough transform to detect straight line segments in this mask.
|