Metadata-Version: 1.1
Name: libcv
Version: 0.0.1
Summary: personal package on computer vision
Home-page: https://github.com/JPlin/libcv.git
Author: jplin
Author-email: jplinforever@gmail.com
License: UNKNOWN
Description: # lib4cv
        useful library for computer vision
        
        ## comm
        
        io_utils: read image, save image, preprocess image
        
        ## DeomoFaceMorph
        
        ## detection
        face detection based on SFD, DLIB, and [RetinaFace][1], and [FaceBoxes][2]
        
        Uages:
        
            from libcv import facedetect
            
        
        ## pytorch
        
        ## example
        
        [1]: https://github.com/JPlin/face-detection
        [2]: https://github.com/cleardusk/3DDFA_V2/tree/master/FaceBoxes
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
