Skip to contents

Segmented root scan image from a sedge fen in northern Finland (June 2023). The image was processed using RootDetector for root segmentation.

Usage

data(seg_Oulanka2023_Session01_T067)

Format

A RasterBrick object with dimensions:

  • 4900 columns (width)

  • 1144 rows (height)

  • 3 layers (channels)

Source

Images by J.Cunow

Details

Binary mask representation where:

  • Roots = 1

  • Background = 0

  • Layer 1 includes foreign objects (e.g., tape) marked as 1

Spatial dimensions correspond to physical tube measurements: columns = tube length, rows = tube rotation.

Author

Johannes Cunow johannes.cunow@gmail.com

Examples

if (FALSE) { # \dontrun{
  data(seg_Oulanka2023_Session01_T067)
  seg_Oulanka2023_Session01_T067 = terra::rast(seg_Oulanka2023_Session01_T067)
  terra::plot(seg_Oulanka2023_Session01_T067)
} # }