Welcome to pysdic's documentation! ========================================================================================= Description of the package -------------------------- Python Stereo Digital Image Correlation Toolbox. .. note:: The package is designed to work with double-precision floating-point numbers to ensure numerical stability in all calculations. Therefore, all float arrays are automatically converted to ``numpy.float64`` for computation and all integer arrays are converted to ``numpy.int64`` for computation. This means that when you pass arrays to the functions in the package, they will be converted to these data types if they are not already in that format. This package cames with an other package called ``pycvcam`` to define the camera models. Contents -------- .. grid:: 3 .. grid-item-card:: :img-top: /_static/_icons/download.png :text-align: center Installation ^^^ This section describes how to install the package into a Python environment. It includes instructions for installing the package using pip, as well as any necessary dependencies. +++ .. button-ref:: installation :expand: :color: secondary :click-parent: To the installation guide .. grid-item-card:: :img-top: /_static/_icons/api.png :text-align: center API Reference ^^^ The reference guide contains a detailed description of the functions, modules, and objects included in ``pysdic``. The reference describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts. +++ .. button-ref:: api :expand: :color: secondary :click-parent: To the API reference .. grid-item-card:: :img-top: /_static/_icons/examples.png :text-align: center Examples Gallery ^^^ This section contains a collection of examples demonstrating how to use the package for various applications. Each example includes a description of the problem being solved, the code used to solve it, and the resulting output. +++ .. button-ref:: _gallery/index :expand: :color: secondary :click-parent: To the examples gallery .. toctree:: :caption: Contents: :hidden: installation api _gallery/index Author ------ The package ``pysdic`` was created by the following authors: - Artezaru You can access the package and the documentation with the following URL: - **Git Plateform**: https://github.com/Artezaru/pysdic.git - **Online Documentation**: https://Artezaru.github.io/pysdic License ------- Please refer to the [LICENSE] file for the license of the package.