GNOME Bugzilla – Bug 753889
opencv: cvlaplace: add scale and shift properties
Last modified: 2015-09-29 12:57:18 UTC
Created attachment 309752 [details] [review] patch The scale and shift parameters of ConvertScale() change the outcome immensely. Make them properties so they can be fine-tuned by the user.
Review of attachment 309752 [details] [review]: I see no reason why not to merge this after the freeze.
Review of attachment 309752 [details] [review]: commit 6bc00355b813b6bd9b10111edf2c03fd4a4a6e90 Author: Luis de Bethencourt <luisbg@osg.samsung.com> Date: Tue Sep 29 13:52:47 2015 +0100 opencv: cvlaplace: add scale and shift properties Add scale and shift properties so these can be used to tweak the values used in cvConvertScale() instead of using only defaults.