deeptrack.elementwise Module#

Features that apply functions to arrays elementwise.

All features defined here can be inserted into a pipeline as::

A >> ElementwiseFeature()

or::

ElementwiseFeature(A)

Classes#

Abs([feature])

Angle([feature])

Arccos([feature])

Arccosh([feature])

Arcsin([feature])

Arcsinh([feature])

Arctan([feature])

Arctanh([feature])

Ceil([feature])

Conjugate([feature])

Cos([feature])

Cosh([feature])

ElementwiseFeature(function[, feature])

Exp([feature])

Feature([_input])

Base feature class.

Floor([feature])

Imag([feature])

Log([feature])

Log10([feature])

Log2([feature])

Real([feature])

Round([feature])

Sign([feature])

Sin([feature])

Sinh([feature])

Sqrt([feature])

Square([feature])

Tan([feature])

Tanh([feature])