IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Abstracted interface for image processing pipeline; when basic image manipulation needed before actual processing.
The test files are shell command line executable and should work when invoked, presuming that pip installation has been performed. If no modifications to the source code will be performed then the -e
flag is not necessary (e.g., use the flag if the underlying code will be modified).
Requires the installation of the following python packages:
numpy
opencv-contrib-python
matplotlib
scikit-image