lightsalt2011 / BoxBlur

Fastest CPU (AVX/SSE) Horizontal Box Blur for image processing and computer vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastest CPU (AVX/SSE) implementation of a 128-pixel Box Blur.

For even more speed see the CUDA version: github.com/komrad36/CUDABoxBlur

All functionality is contained in BoxBlur.h. 'main.cpp' is a demo and test harness.

About

Fastest CPU (AVX/SSE) Horizontal Box Blur for image processing and computer vision


Languages

Language:C++ 95.6%Language:Makefile 4.4%