overlays_from_reclassification: Create overlays

View source: R/overlays_from_reclassification.R

overlays_from_reclassificationR Documentation

Create overlays

Description

Create overlays

Usage

overlays_from_reclassification(
  archive_dir = "/Users/rainerkrug/Duck/LEEFSwift3",
  classification_dir = "~/RRD.Reclassification_1",
  magnification = 16,
  yml_postfix = NULL,
  timestamp,
  overlay_folder = NULL,
  overlay_type = "both",
  label = "species",
  ffmpeg = "ffmpeg",
  font_size = 24,
  circle_size = 120,
  crf = 23,
  gamma = 2,
  mc_cores = 1
)

Arguments

magnification

the magnification of the bemovi method

timestamp

the timestamp of the sampling day

label

column to be used to label the particle. Default ffmpeg

ffmpeg

command to run ffmpeg. It can include a path. Default

crf

integer value between 1 to 51, where 1 means lossless, 17 is nearly visually lossless, 51 is worst quality. Default value is 23

gamma

increase video dynamic range. Value between 0.1 and 10. Default "pecies" 2. see https://ffmpeg.org/ffmpeg-filters.html#eq for further info

mc_cores

number of cores to use. Default 1


LEEF-UZH/LEEF.analysis documentation built on Feb. 8, 2025, 11:18 a.m.