Metadata-Version: 2.1
Name: cv2box
Version: 0.0.6
Summary: cv toolbox
Home-page: https://github.com/ykk648/cv2box
Author: ykk
Author-email: ykk648@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ykk648/cv2box/issues
Description: ## cv2box - cv toolbox
        
        A gather of tools or funcs frequently using in my work.
        
        more info and code example plz read [wiki](https://github.com/ykk648/cv2box/wiki)
        
        Now including these functions:
        
        ### AI power (move to [AI_power](https://github.com/ykk648/AI_power))
        
        ### code templates
        
        - multiprocess example by concurrent
        - multiprocess consumer example
        
        ### shell scripts
        
        - rsync between different servers
        - batch uncompress script support different types(zip tar 7z etc.)
        
        ### functions in py file
        
        #### Img
        
        - show img
        - set img alpha channel to 0
        - convert img channels
        - resize batch img
        - generate pure color img to some experience
        
        #### Folder
        
        - extract img from folder
        - clean one folder from another
        
        #### Video
        
        - get video info
        - video 2 h264
        - resize video
        - video2frame & frame2video
        - video crop & reverse
        
        #### Compress
        
        - batch uncompress supporting multi suffix (zip 7z tar tar.gz)
        
        #### Plot
        
        - hist plot easy func
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
