measureProfiles: Measure Profiles Interactively

View source: R/measureProfiles.R

measureProfilesR Documentation

Measure Profiles Interactively

Description

Several profiles can be selected in an image and a calibration for that image is used to convert pixels into wood density

Usage

measureProfiles(im, nPixel = 50, cal = NULL)

Arguments

im

an image

nPixel

the line width

cal

calibration

Value

an xRingList object with all xRing objects

Examples

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)
}


xRing documentation built on April 22, 2022, 5:05 p.m.

Related to measureProfiles in xRing...