GNOME Bugzilla – Bug 746009
Videofilters: Support for Laplacian edge detecion
Last modified: 2018-11-03 13:32:01 UTC
There is no support for Laplacian edge detection
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
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
-- 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.