Sara (सार) is a Sanskrit word meaning essence.
Sara tries to focus on:
- having an easy-to-use and simple API;
- having easy-to-understand and efficient implementations of computer vision algorithms;
Sara is licensed with the Mozilla Public License version 2.0.
You can find the API documentation here.
I also compile my personal notes here where I write down my understanding regarding the mathematical details to explain how I implement some algorithms.
In any case, you are always better off consulting the examples folder and the test folder.
Like a few people out there, I never really liked OpenCV. I use it out of necessity but I don't really like it.
The two aspects below are always in my mind everytime I write code for this library:
- as a computer vision scientist, understanding as many algorithms as possible and as deeply as possible is one of my responsibilities .
- I also try to write clear and efficient code.
This is a library made out of love and I try to reflect this mindset as honestly as possible.
Please have a look at the CI scripts like .gitlab-ci.yml
or
.github/workflows/ci.yml
.
If something does not work, help me and try fixing it? =P