| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Segment>[] |
OtoProfile.countRings(java.util.ArrayList<Segment> an,
Option op,
int ch)
countRings
Count identified otolith rings from @param an segments using @param op options on @param ch channel
|
static void |
Process.exec(ij.process.ImageProcessor iProc,
ij.gui.Roi roi,
ij.ImagePlus image,
Option op)
exec
Execute the algorithm over the region of interest @param roi line that lies on @param image.
|
static void |
Draw.ringMark(java.util.ArrayList<Segment> an,
Option opcao,
int canal,
ij.process.ImageProcessor iProc)
ringMark
Mark rings @param an on the image @param iProc according to @param opcao options
and channels @param canal
|