Multithreaded, vectorized tool for calculating image histograms (created while learning the basics of MASM)
+--
+-- DLL_ASM // histogram calculations library in assembly language
+--
...
+-- DLL_CPP // histogram calculations library in C++
+--
...
+-- MAIN // main app (Qt)
+--
...
+--
...