Installation ============ To install ``pysdic``, you can use the following command: .. code-block:: bash pip install pysdic Or install it directly from the GitHub repository using: .. code-block:: bash pip install git+https://github.com/Artezaru/pysdic.git Requiements ------------ The following dependencies are required to use ``pysdic``: - **NumPy**: (https://numpy.org/) A fundamental package for scientific computing. - **SciPy**: (https://scipy.org/) A library used for scientific and technical computing. - **Matplotlib**: (https://matplotlib.org/) A plotting library for creating static, animated, and interactive visualizations - **OpenCV**: (https://opencv.org/) A library for computer vision and image processing. - **Open3D**: (http://www.open3d.org/) A library for 3D data processing and visualization. - **PyVista**: (https://www.pyvista.org/) A library for 3D visualization and analysis of scientific data. - **PyCVCam**: (https://github.com/Artezaru/pycvcam) A library for camera control and image acquisition. - **Meshio**: (https://github.com/nschloe/meshio) A library for reading and writing mesh files in various formats. - **Py3DFrame**: (https://github.com/Artezaru/py3dframe) A library for working with 3D data frames.