Metadata-Version: 1.1
Name: video-frame-selector
Version: 0.0.5
Summary: Meta-tool that presents frames from a video to image analysis frameworks and uses the predictions to determine whether to use a frame or not.
Home-page: https://github.com/waikato-datamining/video-frame-processor
Author: Peter Reutemann
Author-email: fracpete@waikato.ac.nz
License: MIT License
Description: Meta-tool that presents frames from a video to image analysis frameworks and uses the predictions to determine whether to use a frame or not.
        
        Project page:
        
        https://github.com/waikato-datamining/video-frame-selector
        
        Changelog
        =========
        
        0.0.5 (2021-08-05)
        ------------------
        
        - added `--output_metadata` flag that stores information on predictions and cropping when outputting frames
        
        
        0.0.4 (2021-08-03)
        ------------------
        
        - added `--crop_to_content` flag that crops the frames to the bounding boxes
          (only when not generating an output video)
        - added `--crop_margin` option to enforce a buffer around cropped region
        - added `--crop_min_width` and `--crop_min_height` options to enforce a minimum width/height
        
        
        0.0.3 (2021-08-02)
        ------------------
        
        - added `--poll_interval` option (https://github.com/waikato-datamining/video-frame-selector/issues/2)
        - added logging output for when writing image to disk
        
        
        0.0.2 (2021-07-30)
        ------------------
        
        - fixed `return` statement in `process_image` method
        - added more debugging output
        - added `--analysis_keep_files` option for debugging purposes, which won't delete the output
          of the image analysis framework
        - added options for defining a frame window (`--from_frame`, `--to_frame`)
        
        
        0.0.1 (2021-07-21)
        ------------------
        
        - initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Multimedia :: Video
Classifier: Programming Language :: Python :: 3
