Skip to content

Instantly share code, notes, and snippets.

View mrsaleh's full-sized avatar
🎯
Focusing

Saleh Ramezani mrsaleh

🎯
Focusing
View GitHub Profile
@mrsaleh
mrsaleh / blur_float.cpp
Created December 11, 2021 07:16 — forked from bfraboni/blur_float.cpp
C++ implementation of a fast Gaussian blur algorithm by Ivan Kutskir - Integer and Floating point version
// Copyright (C) 2017 Basile Fraboni
// Copyright (C) 2014 Ivan Kutskir
// All Rights Reserved
// You may use, distribute and modify this code under the
// terms of the MIT license. For further details please refer
// to : https://mit-license.org/
//
//!
//! \file blur.cpp