Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 752 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 752 Bytes

SIMD Histogram

Multithreaded, vectorized tool for calculating image histograms (created while learning the basics of MASM)

Application Screenshot

Project structure

+-- 
   +-- DLL_ASM  // histogram calculations library in assembly language
      +-- 
        ...          
   +-- DLL_CPP  // histogram calculations library in C++
      +--
        ...
   +-- MAIN     // main app (Qt)
      +-- 
       ...
   +-- 
    ...

Built with