Skip to content

version 0.4.0

Latest
Compare
Choose a tag to compare
@gbeckers gbeckers released this 18 Sep 13:55

New submodule parameterselection, part of module movementdetection:
- ParameterSelection class with the results as Pandas DataFrame, and methods to easily view and compare the results of various parameters.
- apply_all_parameters and load_parameterselection function.
- parameterselection notebook.

Big change to movementdetection module:
- There is now one high-level function detect_movement, in which the type of background subtraction algorithm that should be used can be added as optional parameter.
- There is an easy-to-use default parameters setting for this function that takes care of many of the pre- and postprocessing steps.
- There is also a optional settings parameters in which you can easily set various processing steps, as wel as the parameters values for the background subtraction algorithm, to be in full control of all settings.

Tutorial with five notebooks:
- The notebooks of previous versions are modified into a more cohesive tutorial. The first three notebooks demonstrate some basic functionalities of Birdwatcher. The fourth and fifth notebook are specifically designed to apply movement detection on the user's own videos.

Other changes:
- product_dict function in utils module.
- some restrictions in what is imported automatically via the init file.
- modified existing tests and added new tests.

Some corrections:
- switch frameheight/framewidth when calling framecolor or framegray.
- also include first frame when calculating the mean frame in calc_meanframe.