Description Usage Arguments Value See Also
Attempts to detect either the X (horizontal) or Y (vertical) axis from a plotted figure.
Attempts to detect either the X (horizontal) or Y (vertical) axis from a plotted figure.
1 2 3 4 5 6 7 8 9 10 11 12 13 | figure_detectAxis(
aBinaryPlot,
axis_type = "X",
axis_thickness = 5,
sensitivity = 0.2
)
figure_detectAxis(
aBinaryPlot,
axis_type = "X",
axis_thickness = 5,
sensitivity = 0.2
)
|
aBinaryPlot |
A binary figure image (an EBImage object).
See: |
axis_type |
The axis to be detected from a figure: can
be |
axis_thickness |
An integer used to designate the thickness of the axis lines on a figure. Close alignment to the thickness of the axis on a figure will improve axis detection. |
sensitivity |
A value designating the sensitivity of identifying straight lines on a figure. A smaller number results in a higher sensitivity to identify axes. |
An EBImage
object with detected points.
An EBImage
object with detected points.
figure_detectAllPoints
figure_detectAllPoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.