Hello everyone,
I needed to test an algorithm that I had to use at work, so I did what anyone would do: Make a new application in Esenthel and slap some things together there just to see if it works!
Then, of course, I got a little bit carried away and added some more algorithms and put them together in a small, simple application.
So, I'm putting that project up here in case this is of interest to someone. It's very basic, really, but it can always be nice to have some more tutorials!
What it does (all algorithms are for image processing):
- Bilinear interpolation (on colours)
- Convert to Gray
- Blur
- Oil painting filter
- Sin-wave blur. My god, it's so useless, why did I put time in that?
Download
Enjoy!