Description Usage Arguments Details Author(s)
View source: R/detectOutline.r
Detect the outline of the otolith
1 2 3 | detect.outline(image.grey = NULL, image.information = NULL, distance = 20,
parameter.for.end = NULL, parameter.distance.deviation = 2,
file.name = NULL, grey.mode = "normal.grey")
|
image.grey |
An array (x,y) of values between 0 and 1 |
image.information |
An array (x,y) of values between 0 and 1 |
distance |
A number (Lines for finding the outline of the otolith are this many pixels apart on the x- and y-axes.) |
parameter.for.end |
A number (The edge is being found by calculating a floating mean. The function marks an edge, if the next point differs more than floating mean divided by parameter.for.end.) |
parameter.distance.deviation |
A number (Outliers get detected by multiplying the parameter with the mean distance between points.) |
file.name |
A character |
grey.mode |
A character |
We will add more later...To be continued
Kai Budde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.