After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753889 - opencv: cvlaplace: add scale and shift properties
opencv: cvlaplace: add scale and shift properties
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-20 17:12 UTC by Luis de Bethencourt
Modified: 2015-09-29 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.56 KB, patch)
2015-08-20 17:12 UTC, Luis de Bethencourt
committed Details | Review

Description Luis de Bethencourt 2015-08-20 17:12:35 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.
Comment 1 Luis de Bethencourt 2015-08-20 17:14:02 UTC
Review of attachment 309752 [details] [review]:

I see no reason why not to merge this after the freeze.
Comment 2 Luis de Bethencourt 2015-09-29 12:56:52 UTC
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.