Skip to content

eddy-ilg/iutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iUtils

Overview

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.

Installation

Prerequisites:

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 

License

The code is licensed under the MIT license. Please contact Eddy Ilg for questions.

Contributions

Contributions are welcome. Please contact Eddy Ilg for questions.

About

Computer Vision Utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published