gstreamer/ext/opencv
Vanessa Chipirrás Navalón d53f37cfe3 edgedetect: remove unused and useless functions.
The cvSmooth cvNot functions and do not have the correct input parameters.
Furthermore, cvSmooth function is not necessary for edge detection,
because the Canny function makes the step of smoothing the image.
And cvNot function is useless because there aren't changes if this
function is eliminated.

https://bugzilla.gnome.org/show_bug.cgi?id=754148
2015-08-28 14:20:11 +01:00
..
fist.xml opencv: add handdetect plugin, initial implementation 2013-03-01 00:14:54 +00:00
gstcvdilate.c opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvdilate.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvdilateerode.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstcvdilateerode.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvequalizehist.c opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvequalizehist.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcverode.c opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcverode.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvlaplace.c opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvlaplace.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvsmooth.c cvsmooth: rename properties 2015-05-18 10:50:23 +03:00
gstcvsmooth.h cvsmooth: rename properties 2015-05-18 10:50:23 +03:00
gstcvsobel.c opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvsobel.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstdisparity.cpp opencv: don't unref NULL caps in finalize 2013-09-29 23:43:23 +01:00
gstdisparity.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstedgedetect.c edgedetect: remove unused and useless functions. 2015-08-28 14:20:11 +01:00
gstedgedetect.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstfaceblur.cpp faceblur: remove unused variable. 2015-08-28 12:26:45 +01:00
gstfaceblur.h faceblur: remove unused variable. 2015-08-28 12:26:45 +01:00
gstfacedetect.cpp facedetect: remove unnecessary variable. 2015-08-21 09:28:15 +01:00
gstfacedetect.h facedetect: remove unnecessary variable. 2015-08-21 09:28:15 +01:00
gstgrabcut.cpp opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstgrabcut.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gsthanddetect.c handdetect: remove unnecessary variable. 2015-08-18 13:52:10 +01:00
gsthanddetect.h handdetect: remove unnecessary variable. 2015-08-18 13:52:10 +01:00
gstmotioncells.c motioncells: Port to g_get_current_time 2015-06-22 15:48:51 -04:00
gstmotioncells.h motioncells: Port to g_get_current_time 2015-06-22 15:48:51 -04:00
gstopencv.cpp facedetect: need to migrate to C++ 2015-07-31 16:49:17 +01:00
gstopencvutils.c opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstopencvutils.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstopencvvideofilter.c cvvideofilter: Don't try to make buffer writable 2014-07-04 21:13:11 -04:00
gstopencvvideofilter.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstpyramidsegment.c pyramidsegment: wrong value of level property 2015-05-18 10:47:45 +03:00
gstpyramidsegment.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstretinex.c opencv: 'for' loop initial declaration 2015-05-27 13:10:35 +01:00
gstretinex.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstsegmentation.cpp opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstsegmentation.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstskindetect.c opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstskindetect.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gsttemplatematch.c templatematch: revert rename of property 2015-08-01 11:52:12 -03:00
gsttemplatematch.h templatematch: rename conflicting variable 2015-07-31 16:49:35 +01:00
gsttextoverlay.c textoverlay: remove unused variable 2015-08-28 12:26:45 +01:00
gsttextoverlay.h textoverlay: remove unused variable 2015-08-28 12:26:45 +01:00
Makefile.am faceblur: Change gstfaceblur to C++. 2015-08-28 12:26:45 +01:00
MotionCells.cpp opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
MotionCells.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
motioncells_wrapper.cpp motioncells: protect against not found id 2015-03-05 15:56:44 +00:00
motioncells_wrapper.h Fix FSF address 2012-11-04 00:09:59 +00:00
palm.xml opencv: add handdetect plugin, initial implementation 2013-03-01 00:14:54 +00:00