forked from marjoleinbruijning/trackdem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: trackdem
Type: Package
Title: Particle Tracking and Demography
Version: 0.6
Date: 2021-09-24
Author: Marjolein Bruijning, Marco D. Visser, Caspar A. Hallmann, Eelke Jongejans
Maintainer: Marjolein Bruijning <mbruijning@princeton.edu>
Description: Obtain population density and body size structure, using video material or image sequences as input. Functions assist in the creation of image sequences from videos, background detection and subtraction, particle identification and tracking. An artificial neural network can be trained for noise filtering. The goal is to supply accurate estimates of population size, structure and/or individual behavior, for use in evolutionary and ecological studies.
License: GPL-2
URL: https://github.com/marjoleinbruijning/trackdem
BugReports: https://github.com/marjoleinbruijning/trackdem/issues
Encoding: UTF-8
Depends:
Imports:
png,
neuralnet,
raster,
Rcpp,
MASS,
grDevices,
graphics,
stats,
shiny
LinkingTo:
Rcpp,
RcppArmadillo,
RoxygenNote: 7.1.1
SystemRequirements:
Python (>=2.7),
Libav,
ExifTool
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr