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 746009 - Videofilters: Support for Laplacian edge detecion
Videofilters: Support for Laplacian edge detecion
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 745151
Blocks: 746007
 
 
Reported: 2015-03-11 04:30 UTC by Sanjay NM
Modified: 2018-11-03 13:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videofilters: Added support for Laplacian edge detection (11.58 KB, patch)
2015-03-11 04:31 UTC, Sanjay NM
none Details | Review
videofilters: Added support for Laplacian filter (8.59 KB, patch)
2015-05-14 05:40 UTC, Sanjay NM
none Details | Review

Description Sanjay NM 2015-03-11 04:30:27 UTC
There is no support for Laplacian edge detection
Comment 1 Sanjay NM 2015-03-11 04:31:59 UTC
Created attachment 299070 [details] [review]
videofilters: Added support for Laplacian edge detection

Added support for Laplacian Edge detection for RGB data.
It is tested for RGB data using below pipeline

gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! 
"video/x-raw, format={RGB}" ! edgelaplacian ! videoconvert ! ximagesink
Comment 2 Sanjay NM 2015-05-14 05:40:26 UTC
Created attachment 303348 [details] [review]
videofilters: Added support for Laplacian filter

Added support for convolution based laplacian filter.
It supports RGB format as of now and is tested with below pipeline
gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! "video/x-raw, format={RGB}" ! laplacian ! videoconvert ! ximagesink

Incorporated all previous comments
Request to please review
Comment 3 GStreamer system administrator 2018-11-03 13:32:01 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/221.