Work In Progress: Mean-shift tracker
2009 February 09
I've been trying to come up with an efficient visual tracking system to complement deface. Here's a work-in-progress mean-shift histogram tracker in < 4k.
Read More2009 February 09
I've been trying to come up with an efficient visual tracking system to complement deface. Here's a work-in-progress mean-shift histogram tracker in < 4k.
Read More2009 January 11
I've updated the Deface face recognition library that I created last year to take advantage of the new Vector class and some other improvements. <a href="http://code.google.com/p/deface">google code page</a>
Read More2008 October 31
All the way from last halloween, I bring you a flash ouija board with an attitude.
Read More2008 October 02
I went to a company Oktoberfest party last night and learned that I have a nickname. Oh, the dangers of working remotely.
Read More2008 September 11
What do you get when you cross metadata, test frameworks, and awful puns? Read on.
Read More2008 September 02
You can stop whining about how tedious it is to write event handlers for specific keypresses. No more switch statements unless you want to use them.
Read More2008 September 01
Occasionally, when I don't have something new to post, I'll have something old to post that was never really promoted enough. Today's installment is a flash version of Xeyes.
Read More2008 August 31
Namespace issues resolved, and introspection convenience functions added. The easiest way to expose the functions you want to js.
Read More2008 August 30
I'm working on another Utility package. This one to make ExternalInterface a little easier and more flexible to use. Read on for the sneak preview.
Read More2008 August 30
FunctionUtils continues to evolve. I've added a self-removing event closurizer, and have memoized the memoizers.
Read More2008 August 26
Functional programming is sadly underused. I've made it easy to make extended event handlers, thunks, and cached-input (memoized) functions.
Read More