Metadata-Version: 2.1
Name: camcalib
Version: 1.0.1
Summary: A wrapper around the main functionalities offered by OpenCV for camera calibration for cleaner and maintainable calibration routines.
Home-page: https://github.com/AND2797/camera_calib
Author: Aditya Narayan Das
Author-email: aditya.das2797@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: opencv-python
Requires-Dist: opencv-contrib-python

# Camera Calibration w/ Python + OpenCV
A wrapper around the main functionalities offered by OpenCV for camera calibration for cleaner and maintainable calibration routines.

## Dependencies
```
numpy (1.17.4 preferred)
opencv (3.4.2 preferred)
glob
os
tqdm
```

## Instructions

```
```


