Chapter 7: HTML5 Media and Web Workers - Examples

  1. Listing 7-1: Sepia coloring of video pixels in the Canvas
  2. Listing 7-2/7-3: Sepia coloring of video pixels using a Web Worker
  3. Listing 7-4: Gray-scaling of video pixels using a Web Worker
  4. Listing 7-5: Motion detection of video pixels using a Web Worker/without
  5. Listing 7-6: Segmentation of video pixels
  6. Listing 7-7: Segmentation of video pixels using a Web Worker
  7. Listing 7-8/7-9: Main thread of the face detection approach using a Web Worker/without