Chaos is a library something what I want to do.
FreeImage https://freeimage.sourceforge.io/ for Image lib
mkdir build && cd build
cmake ..
make
make test
Arithmetic operators for Vector && Matrix;
- Traits mechanism;
- Template expression;
- Delay calculation;
- Types of support: Vector,Matrix;
- Basic functions: +,-,*,/(elementwise);
- Trigger for dynamtic memory;
Something about image;
- Image class;
- load && save image function;
- Draw line function;
If you want run Image test, you should modify the path in test program files.