linearDetect | R Documentation |
Function for developing linear detection of ring borders.
linearDetect(smoothed,
origin = 0, darker = TRUE)
smoothed |
a data frame with |
origin |
numeric. an |
darker |
logical. If TRUE the algorithm uses the
negative extremes on |
vector with column numbers in gray matrix of the detected
ring borders (see grayDarker
, and
graySmoothed
).
Wilson Lara <wilarhen@gmail.com> [aut, cre] (<https://orcid.org/0000-0003-3527-1380>), Carlos Sierra [aut] (<https://orcid.org/0000-0003-0009-4169>), Felipe Bravo [aut] (<https://orcid.org/0000-0001-7348-6695>)
## (not run) Read one image section in package measuRing:
image1 <- system.file("P105_a.tif", package="measuRing")
## (not run) smoothed gray:
smoothed <- graySmoothed(image1)
## linear detection:
borders <- linearDetect(smoothed)
str(borders)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.