View source: R/measureProfiles.R
measureProfiles | R Documentation |
Several profiles can be selected in an image and a calibration for that image is used to convert pixels into wood density
measureProfiles(im, nPixel = 50, cal = NULL)
im |
an image |
nPixel |
the line width |
cal |
calibration |
an xRingList object with all xRing objects
if (interactive()) { # read a sample file im <- imRead(file = system.file("img", "AFO1046.1200dpi.png", package = "xRing")) # to display the image imDisplay(im) cal1 <- calibrateFilm(im, thickness = stepIncrease(0.24, 7), density = 1.2922, plot = TRUE) profiles <- measureProfiles(im, cal = cal1) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.