Alpal94 / aforge

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

Color support in the Vision module #316

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Describe the fix or new feature which you would like to contribute to the
project ...

Hi,

I wrote a couple of classes concerning the simplebackgroundmodelingdetector. 
This improves the background detection on color images, because the current 
implementation first convert the images to gray, which looses some important 
information.

Provide SVN patch for a code change or source file if it is something new
...

Those are full classes, but could probably also be merged with the original 
classes, so that the user doesn't have to care whether he is dealing with gray 
or color images.

Cheers,
Seb

Original issue reported on code.google.com by sebcac...@gmail.com on 9 Aug 2012 at 2:03

Attachments: