[Bug 753885] opencv: use gst_opencv_video_filter_set_in_place()

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 20 09:27:37 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=753885

--- Comment #1 from Luis de Bethencourt <luis at debethencourt.com> ---
Created attachment 309744
  --> https://bugzilla.gnome.org/attachment.cgi?id=309744&action=edit
patch for cvdilate

In gstcvdilateerode.c transform is set to be done in place for cvdilate and
cverode. Removing the non-in-place transform function in cvdilate because it is
never used.

Alternaviley, I could add "in-place" as a property of the element and the user
could decide if he wants to do the transformation in place or not. In place
saves memory but with two buffers it processes frames faster.

-- 
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