simmplecoder / blazing-gil

A collection of image processing and computer vision algorithms in C++17 using Boost.GIL and Blaze linear algebra library
12 stars 2 forks source link

Add documentation #4

Closed simmplecoder closed 4 years ago

simmplecoder commented 4 years ago

Add in-code documentation, probably doxygen style to at least allow vscode with clangd and other language servers to parse the documentation and increase usability.

simmplecoder commented 4 years ago

Done in commit 07a0e3d8fecd1177bbdbd0d825d9ac37a2860237 .