Metadata-Version: 2.1
Name: pycvtools
Version: 0.0.4
Summary: A package to take for preprocessing the images and video.
Home-page: https://www.drateendrajha.com/projects/pycvtools
Author: Ateendra Jha
Author-email: ateendrajha@live.com
License: UNKNOWN
Keywords: video,images,video2images,image crop
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pycvtools

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/)   

## Functionality of the pydlmodels

- Take image snaps from video 

## Usage

- To take snap from video/ camera and save it as .jpg
- To crop person from an image

```
pip install pycvtools
```
##### To run
```
from pycvtools import *
```
##### Functions
* vd2img for Video to image
* cam2img for camera to omage
* person_crop for detection of person from the image

## Note 
- Find detailed functionality on [pycvtools.phaf.in](http://pycvtools.phaf.in)
- Please drop your suggestions on pydev@phaf.in 

## More Information
- Visit [pycvtools.phaf.in](http://pycvtools.phaf.in)



