Oct 2, 2007

Color detection by AS3

Here is a demo of skin color detection by ActionScript 3.
  • Inspired by this video.
  • Hatsune Miku swings her arm when skin color moves vertically.
  • Push V key to show/hide camera input.
  • Push M key to show/hide detection result.
Detection algorithm is of this paper, section 3.1. Because this algorithm is very simple, it can be implemented by bitmap filter. Performance should be compared between both implementations.

1 comment:

James said...

Can you share your source code please?

I'm doing similar thing but with Pixel Bender filter, I want to see how you have done it and then compare performance of two programs...


I'll highly appreciate your response.