xiaohongwu / aforge

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

Blob detector size limits #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Would be great to have a way to provide minimum and maximum sizes for blob
detection to the BlobCounter class in order to reduce client code in the
applications.

Perhaps two properties of class Size can be provided (i.e. BlobMaxSize and
BlobMinSize) and if they are not filled by the user, the size check not be
internally performed.

Usage VB sample code:

thisBlobCounter.BlobMinSize(new Size(20,30))
thisBlobCounter.BlobMaxSize(new Size(80,120))

Sandro

Original issue reported on code.google.com by sandro.f...@gmail.com on 25 Aug 2007 at 2:50

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 26 Aug 2007 at 9:10

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 26 Aug 2007 at 6:39

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 7 Oct 2007 at 12:09

GoogleCodeExporter commented 8 years ago
Added possibility to filter blobs by size. The FilterBlobsBySize property 
specifies 
if filtering should be done and MinWidth, MinHeight, MaxWidth and MaxHeight 
properties are used to specify acceptable blob dimension.

The feature is available in revision 365. Will be released in 1.5.1 version.

Original comment by andrew.k...@gmail.com on 7 Oct 2007 at 6:48

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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