mohamadDev / aforge

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

Request to add Offset to Convolution filter #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unable to apply offset to output of Convolution filter, as described in
this post: http://www.aforgenet.com/forum/viewtopic.php?f=2&t=220#p470

What is the expected output? What do you see instead?
I would like to be able to offset the values returned by the Convolution
filter by a specified amount, most commonly by adding 127 to the returned
values.

Original issue reported on code.google.com by i...@dubbadee.com on 5 Apr 2009 at 4:08

GoogleCodeExporter commented 9 years ago
Added Threshold property to the Convolution filter, which allows to set value 
to be 
added to weighted sum of pixels.

Committed in revision 956. Will be released in 2.0 version.

Original comment by andrew.k...@gmail.com on 5 Apr 2009 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 22 Jul 2009 at 3:50