| Modifier and Type | Method and Description |
|---|---|
Point |
Filter.output(Point p)
output
Returns a filtered value related to the (Point) @param p input
|
Point[] |
Filter.output(Point[] pt)
output
Returns a filtered value related to the (Point []) @param pt input
|
Point[] |
OtoProfile.points()
points
Profile points
|
Point[] |
OtoProfile.runFilter()
runFilter
Apply the filer to the profile
|
Point[] |
OtoProfile.segmentsToPoints()
segmentsToPoints
Convert segments to points
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Filter.output(Point p)
output
Returns a filtered value related to the (Point) @param p input
|
Point[] |
Filter.output(Point[] pt)
output
Returns a filtered value related to the (Point []) @param pt input
|
void |
Segment.setEnd(Point p)
setEnd
Set segment's end as @param p Point
|
| Constructor and Description |
|---|
OtoProfile(Point[] pontos,
ij.ImagePlus image)
OtoProfile
Creates an object with a initial profile
|
Segment(Point p)
Segment
Create a Segment with @param p as the start Point
|