DynAIkonTrap.filtering#

Modules

DynAIkonTrap.filtering.animal

This module provides a generic interface to an animal detector.

DynAIkonTrap.filtering.event

Provides a simple interface for processing captured events from :class: ~DynAIkonTrap.filtering.remember_from_disk.EventRememberer.

DynAIkonTrap.filtering.filtering

A simple interface to the frame animal filtering pipelines is provided by this module.

DynAIkonTrap.filtering.iir

The IIR filter architecture provided in this module can be used to filter/smooth "continuous" data signals in time.

DynAIkonTrap.filtering.motion

This module provides a general interface to a motion filtering stage.

DynAIkonTrap.filtering.motion_queue

This module provides access to a MotionLabelledQueue, which is simply a queue for labelled consecutive sequences.

DynAIkonTrap.filtering.remember_from_disk

This module interfaces saved events on the disk to the remainder of the event filtering pipeline.