DVI Developer Guide#
Contact: info@dvi.ai URL: https://dvi.ai
Welcome to DVI Developer guide.
This guide is intended for developers who want to use DVI in their own projects.
If you are looking for the user guide or other resources, please refer to DVI Resources Website.
DVI is a library that allows to detect defects in images. It can be used as a C++ library and as a Python module.
The Library Usage section provides a brief overview of the library and how to use it.
You can find the API documentation for each language at API C++ and API Python respectively.
On the DVI Demo and Code Snippets GitHub repository there are also some examples of usage: the Python Demo App and the C++ code snipptes.