TeiaCareImage is a collection of C++ image processing utilities.
This project uses git submodules so it is required to clone it using the –recursive flag in order to retrive the required submodules.
In order to setup a development environment it is sufficient to run the script scripts/env/setup.<bat|sh> depending on your operating system.
In order to start the development environment it is sufficient to activate the Python Virtual Environment just created the step above.
When building from command line on Windows it is necessary to activate the Visual Studio Developer Command Prompt.
Depending on the version of Visual Studio compiler and on its install location it is required to run vcvars64.bat script the set the development environment properly.
Note: using Visual Studio IDE or the CMake extension for VSCode this step is already managed in the background, so no action is required.
Examples:
This script must be executed in order to setup the 3rd party dependencies using conan packages.
This script configures, builds and installs the library.
This project is licensed under the Apache License, Version 2.0.
Copyright © 2025 TeiaCare