[Bug 700977] opencv: add colour image enhancement element based on Retinex algorithm

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun May 26 12:08:25 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700977
  GStreamer | gst-plugins-bad | 1.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #245348|none                        |needs-work
             status|                            |

--- Comment #10 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-26 19:08:22 UTC ---
Review of attachment 245348:
 --> (https://bugzilla.gnome.org/review?bug=700977&attachment=245348)

::: ext/opencv/gstretinex.c
@@ +292,3 @@
+  int offset = 128;
+  int filter_size;
+  static int scales = 0;

That's not going to work if there are multiple instances of the element. Store
it inside the instance struct (e.g. current_scales for the currently used
value, scales for the value of the property).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list