This library provides a set of image utility functions. It is a supporting library for iTypes and iViz.
Tutorials and YouTube videos will be made available in the second half of 2022.
Prerequisites:
- Install iTypes.
Instructions:
cd /my/code
git clone https://github.com/eddy-ilg/iutils
cd iutils
# Install requirements
pip3 install --user -r requirements.txt
# Compile ctypes extensions
# (will be kept in the local "build" folder that will be added to LD_LIBRARY_PATH)
./compile.sh
# Add to your ~/.bashrc:
# (this will configure PATH, PYTHONPATH and LD_LIBRARY_PATH)
source /my/code/iutils/bashrc
The code is licensed under the MIT license. Please contact Eddy Ilg for questions.
Contributions are welcome. Please contact Eddy Ilg for questions.