extract_samples_from_image: extracts pixels from image based on their coordinates

View source: R/Lib_ImageProcess.R

extract_samples_from_imageR Documentation

extracts pixels from image based on their coordinates

Description

extracts pixels from image based on their coordinates

Usage

extract_samples_from_image(
  ImPath,
  coordPix,
  MaxRAM = FALSE,
  Already.Split = FALSE
)

Arguments

ImPath

character. path for image

coordPix

numeric. pixel coordinates

MaxRAM

numeric.

Already.Split

Boolean.

Value

samples from image corresponding to coordPix


jbferet/biodivMapR documentation built on Jan. 26, 2024, 10:38 p.m.