Skip to content
crowell edited this page Sep 27, 2012 · 2 revisions

Blob Extraction

using the AForge.Imaging Library.

  1. Take Mask (from flood-fill, Extract blobs, store blob bitmaps and rectangles
  2. Extract rectangle area of blob from original, could still have other blobs in it
  3. Use Loop over mask blob, and if pixel is "background" delete corresponding pixel from original extracted
  4. Store each extracted image from orginal

Clone this wiki locally