| Class | Description |
|---|---|
| Canal |
Canal
Definition of channels in use RGBY
|
| Draw |
Draw
Several methods that draw graphs, lines and points
|
| Filter |
Filter
Abstract class for different filters
|
| MovingAverage |
MovingAverage
A moving average filter
|
| Option |
Option
Definition of the options available to the plugin
The options are stored and retrieved from a file as a serialized object
|
| OtoProfile |
OtoProfile
Transforms the otolith profile to enhance the rings
|
| OtoRing_ |
OtoRing_
Plugin to aid Otolith ring counting
|
| OtoRing_Parameters |
OtoRing_Parameters
Plugin to view and set parameters for OtoRing
|
| Pixel |
Pixel
A Pixel is composed by RGBY values
|
| Point |
Point
A Point is defined as a Pixel at (x,y).
|
| Process |
Process
The algorithm to count Otolith rings
|
| Segment |
Segment
A Segment is a line that connects two Point the start and the end points
A Segment can be connected to another segment in which the end of one is the start of the other
A connected Segment is never closed
A closed Segment is deleted
|
| WeightedMovingAverage |
WeightedMovingAverage
Moving Average filter in which every point of the filter can be set with a different weight
|