Skip to content

Accelerated image histogram calculation using Microsoft Macro Assembler x86-64 and Qt.

Notifications You must be signed in to change notification settings

wysockipiotr/simd-histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Accelerated image histogram calculation using Microsoft Macro Assembler x86-64 and Qt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published