dalejbarr / Lex

finger-tracking Android app
GNU General Public License v2.0
0 stars 0 forks source link

Solving Gaussian blur on an application level #3

Open mickeypash opened 10 years ago

mickeypash commented 10 years ago

I haven't looked into it in great detail but if we were to implement Gaussian Blur programmatically we could save time when 1) update the stimulus images 2) decide to use a different level of blur 3) use a very large set of stimulus images (conserve storage)

Here is a starting reference. http://www.jhlabs.com/ip/blurring.html

dalejbarr commented 10 years ago

Great idea!

mickeypash commented 10 years ago

This also means that we can adjust the preview time incrementally.