Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack Blur in MATLAB #8

Open
RoyiAvital opened this issue May 12, 2015 · 4 comments
Open

Stack Blur in MATLAB #8

RoyiAvital opened this issue May 12, 2015 · 4 comments

Comments

@RoyiAvital
Copy link

Hello,
Is there an implementation of Stack Blur in MATLAB?
Could it work with 16 BIT images / Floating Point?

I'm interested in it here:
https://github.com/RoyiAvital/FastGuassianBlur

@Quasimondo
Copy link
Owner

Unfortunately I don't speak MATLAB but I am pretty sure it is possible to port it - the code just uses basic operations and no special native codes or additional libraries.

It could also work with 16 bit images or floats, but in that case the fast integer divison has to be replaced with a regular division and the handling of premultipled alpha should at least be considered as a potential place for errors.

@RoyiAvital
Copy link
Author

Hi,
Where can I find a description of the algorithm?
Thank You.

@Quasimondo
Copy link
Owner

@Cabbagec
Copy link

Cabbagec commented Jun 3, 2018

Hi! I have written a slow, but correctly working implementation in Matlab recently.
Click to download the .m file
Click here to check the blur effect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants