Installation#
To install pycvcam, you can use the following command:
pip install pycvcam
Or install it directly from the GitHub repository using:
pip install git+https://github.com/Artezaru/pycvcam.git
Requiements#
The following dependencies are required to use pycvcam:
NumPy: (https://numpy.org/) A fundamental package for scientific computing.
SciPy: (https://scipy.org/) A library used for scientific and technical computing.
OpenCV: (https://opencv.org/) A library for computer vision and image processing.
Py3DFrame: (Artezaru/py3dframe) A library for working with 3D data frames.
PyZernike: (Artezaru/pyzernike) A library for working with Zernike polynomials.