README.md

R-CMD-check AppVeyor build
status Codecov
test
coverage

## Warning in register(): Can't find generic `scale_type` in package ggplot2 to
## register S3 method.

trackter

Description

trackter is an R package for semiautomated tracking and analysis of 2D kinematics from video and image data. The core functions of trackter automatically detect a region of interest (ROI) and compute important kinematic and shape parameters based on the ROI’s contour. These functions use thresholding and segmentation to identify ROIs and, thus, moderately contrasted images are required. Presented below is some of trackter’s functionality in the context of fish locomotion.

Please report any bugs or performance issues.

Getting started

For tutorial and tips on usage, please check out trackter’s github page

Installation

The release version of trackter can be installed with:

install.packages("trackter")

The current development version can be installed with:

    require(devtools)
    install_github("ckenaley/trackter")
    require(trackter)

External dependencies

The core functions of trackter that extract shape and contour data from images ( kin.simple and kin.search) depend upon EBImage, available on the Bioconductor repository. The current build and development versions of trackter install this dependency. If it does not install, it can be done so easily with just a few lines of code:

  if (!requireNamespace("BiocManager", quietly = TRUE))
   install.packages("BiocManager")
   BiocManager::install("EBImage")

trackter also contains several functions for image and video processing. These functions depend on the popular FFmpeg package and it must be installed if the user intends to use them. Installation is platform-dependent. I found the FFmpeg wiki installation and compilation guide to be quite useful.

Features

Automated kinematic analysis

Tools for kinematic analysis of swimming animals

__Tools for image and video processing

Other miscellaneous, low-level tools for kinematic analysis

Bugs and feedback

Please report issues here



ckenaley/trackter documentation built on Feb. 11, 2022, 6:43 a.m.