zhaojiahai / aforge

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

Error in BlobCountingObjectsProcessing constructor #244

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
the constructor BlobCountingObjectsProcessing(bool)
doesn't set the property highlightMotionRegions as supposed, 
because it always sets it to true !

Actual code of constructor: 

public BlobCountingObjectsProcessing( bool highlightMotionRegions ) : this( 10, 
10, true ) { }

thanks for the this great framework, I am using it to build a sentry gun from 
scratch.

Original issue reported on code.google.com by d.gia...@tin.it on 21 Aug 2011 at 3:15

GoogleCodeExporter commented 8 years ago
Fixed one of the constructors for BlobCountingObjectsProcessing so it passes 
its parameter (highlighting motion detection) further to another constructor.

Committed in revision 1576. Will be released in 2.2.0.

Original comment by andrew.k...@gmail.com on 22 Aug 2011 at 7:32

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 18 Sep 2011 at 7:56