mohamadDev / aforge

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

Documentation to BlobCounterBase Class #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The sample code in 'BlobCounterBase Class' has a small error:

This line:

    Blob[] blobs = bc.GetObjects( image );

should read: 

    Blob[] blobs = bc.GetObjects( image, false );

Original issue reported on code.google.com by c.maul.r...@googlemail.com on 12 Feb 2010 at 1:31

GoogleCodeExporter commented 9 years ago
Fixed. Thank you for spotting this little issue.

Committed in revision 1172. Will be released in version 2.1.2

Original comment by andrew.k...@gmail.com on 12 Feb 2010 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 10 Mar 2010 at 3:11