renatobianchini / aforge

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

16bpp greyscale Masked Filter #173

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Kernel filter, such as Gaussian smoothing, which accepts a mask corresponding 
to which pixels will be included in the kernel and which will be ignored for 
16bpp greyscale images.  

More generally a masked filter class which would accept multiple image formats 
and multiple mask formats (image, float or int array).

Original issue reported on code.google.com by ajblair1...@gmail.com on 12 Nov 2010 at 8:04

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 17 Nov 2010 at 3:02

GoogleCodeExporter commented 8 years ago
Added MaskedFiler image processing routine, which allows to apply filter only 
the part of image specified by mask (0 values of mask tell that original 
pixel's value must be kept; otherwise - filtered).

Committed in revision 1601. Will be released in version 2.2.2.

Original comment by andrew.k...@gmail.com on 12 Sep 2011 at 9:15

GoogleCodeExporter commented 8 years ago

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