Module DynAIkonTrap.filtering

Sub-modules

DynAIkonTrap.filtering.animal

This module provides a generic interface to an animal detector. The system is fairly agnostic of the specific animal detection mechanism beings used, …

DynAIkonTrap.filtering.filtering

A simple interface to the frame animal filtering pipeline is provided by this module. It encapsulates both motion- and image-based filtering as well …

DynAIkonTrap.filtering.iir

The IIR filter architecture provided in this module can be used to filter/smooth "continuous" data signals in time. In particular, it is used in the …

DynAIkonTrap.filtering.motion

This module provides a general interface to a motion filtering stage. The motion filter determines if a frame contains sufficient motion to be of …

DynAIkonTrap.filtering.motion_queue

This module provides access to a "motion queue", which is simply a queue for sequences of consecutive motion. The intended usage is to place frames of …