xiaohongwu / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Extracting blobs from color image #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At this point GetObjects() method of BlobCounterBase allows to extract 
blobs only from grayscale image. The method should be extended to extract 
blobs from color images as well.

Original issue reported on code.google.com by andrew.k...@gmail.com on 28 Nov 2007 at 7:55

GoogleCodeExporter commented 8 years ago
Added possibility to extract blobs from color images. This is useful in the 
case, 
when color image was grayscaled, then thresholded, then blobs were found and 
after 
that somebody wants to extract those blobs, not from binary/grayscale image, 
but 
from original color image.

Fixed in revision 403. Will be available in 1.5.2 version.

Original comment by andrew.k...@gmail.com on 14 Dec 2007 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 18 Feb 2008 at 12:41

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 19 May 2008 at 6:08