Imaging Instruments lite is a comprehensive image processing application developed
following the Model-View-Controller (MVC) design pattern, utilizing Python, Tkinter, and OpenCV.
It provides users with image manipulation capabilities, leveraging multi-threading
with OpenMP and GPU acceleration using CUDA-C.
Fueled by yerba mate and a passion for coding. Created by Agustin Tortolero.
website: https://agustintortolero.pythonanywhere.com/
Source code: https://github.com/agustinTortolero/Imaging-Instruments-lite
libGo is a C++ class library containing all kinds of
things that proved useful to me.
Included are:
- Linear algebra, using LAPACK and CBLAS
- V4L(1) image grabber
- Multithreading
- Image containers (up to 3D)
- Some simple optimisation code
- Python embedding helper
- Matlab interface
- .. and other things, have a look at the HTML documentation!