Metadata-Version: 2.1
Name: movement-detector
Version: 0.1.9
Summary: Detect movement in videos.
Home-page: UNKNOWN
Author: Petio Petrov
License: GNU GPLv3
Download-URL: https://github.com/petioptrv/movement_detector/archive/v0.1.9.tar.gz
Description: # Movement Detector
        
        The Movement Detector (MD) is a collection of classes enabling the detection of movement in video files. The original
        purpose of the library is to enable the detection of freezing responses during behavioural experiments,
        such as initially proposed by Blanchard and Blanchard 1988 [1].
        
        However, the architecture of the classes permits the user to extend the capabilities of the library to virtually any
        video-processing algorithm.
        
        Extensive documentation can be found [INSERT LINK HERE]. Behavioural scientists that wish to use the library for
        the detection of freezing responses as quickly as possible should clone the 
        [repository](https://github.com/petioptrv/movement_detector) and follow the instructions in the 
        `README (for scientists).txt` file.
        
        
        [1] Blanchard, D. C., & Blanchard, R. J. (1988). Experimental approaches to the biology of emotion. Annual review of psychology, 39(1), 43-68.
        
Keywords: movement detection freezing behavioural behaviour behavioralbehavior research
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: dev
