Metadata-Version: 1.1
Name: generate-heatmap
Version: 0.1
Summary: generate heatmap from the video.
Home-page: https://github.com/ajayrawat12/generate_heatmap
Author: Ajay Rawat
Author-email: ajaycl61@gmail.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Description:  GENERATE HEATMAP
        =================
        
        To generate the heatmaps from the specific camera's in a location.
        
        To Use Simply do::
        	>>> generate_heatmap ajayrawat$ generate_heatmap --imgloc /Users/ajayrawat/cowrks/videos_data/mill_img
        		--pickleloc /Users/ajayrawat/cowrks/videos_data/milPickle --reqdata millGrndHeat2 
        		--baseurl /Users/ajayrawat/cowrks/videos_data/mill_img/15.png --heatloc /Users/ajayrawat/cowrks/videos_data/heatmaps/
        
        
        
        DESCRIPTION
        ===========
        
        generate_heatmap is a command line program to generate heatmaps of the video you have in your local system.
        Its a great way to understand how your space is being used by the community or Members.
        It requires Python Interpreter, version 3.5+, and its not platform specific.It should work on Ubuntu, Windows or on MacOs.
        
        generate_heatmap [OPTIONS] URL [URL...]
        
        
        OPTIONS
        =======
        
        
        
Keywords: Generate Heatmap from video
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Text Processing :: Linguistic
