gstreamer/ext/opencv
Nicola Murino 3a0a4a8d70 facedetect: Add new property min-stddev
face detection will be performed only if image standard deviation is
greater that min-stddev. Default min-stddev is 0 for backward
compatibility. This property will avoid to perform face detection on
images with little changes improving cpu usage and reducing false
positives

https://bugzilla.gnome.org/show_bug.cgi?id=730510
2014-09-05 10:38:32 +03:00
..
fist.xml
gstcvdilate.c
gstcvdilate.h
gstcvdilateerode.c
gstcvdilateerode.h
gstcvequalizehist.c
gstcvequalizehist.h
gstcverode.c
gstcverode.h
gstcvlaplace.c
gstcvlaplace.h
gstcvsmooth.c
gstcvsmooth.h
gstcvsobel.c
gstcvsobel.h
gstdisparity.cpp opencv: don't unref NULL caps in finalize 2013-09-29 23:43:23 +01:00
gstdisparity.h opencv: Port to non-deprecated GMutex/GCond API 2013-08-23 12:01:07 +02:00
gstedgedetect.c edgedetect: Don't leak cvImages when caps are changing or the element is reused 2014-06-30 00:05:53 +02:00
gstedgedetect.h
gstfaceblur.c faceblur: facedetect: add properties to faceblur 2014-07-30 16:43:10 -03:00
gstfaceblur.h faceblur: facedetect: add properties to faceblur 2014-07-30 16:43:10 -03:00
gstfacedetect.c facedetect: Add new property min-stddev 2014-09-05 10:38:32 +03:00
gstfacedetect.h facedetect: Add new property min-stddev 2014-09-05 10:38:32 +03:00
gstgrabcut.cpp grabcut: Add GrabCut segmentation element 2013-07-17 11:28:28 +02:00
gstgrabcut.h grabcut: Add GrabCut segmentation element 2013-07-17 11:28:28 +02:00
gsthanddetect.c handdetect: Use already mapped image 2014-07-04 21:13:49 -04:00
gsthanddetect.h handdetect: Use already mapped image 2014-07-04 21:13:49 -04:00
gstmotioncells.c motioncells: improve logging 2014-05-30 16:58:59 -03:00
gstmotioncells.h
gstopencv.c opencv: Add disparity-map calculation element 2013-08-23 11:58:21 +02:00
gstopencvutils.c opencv: Fix indention 2013-08-23 12:01:32 +02:00
gstopencvutils.h
gstopencvvideofilter.c cvvideofilter: Don't try to make buffer writable 2014-07-04 21:13:11 -04:00
gstopencvvideofilter.h
gstpyramidsegment.c pyramidsegment: Release image when changing caps or reusing the element 2014-06-30 00:12:26 +02:00
gstpyramidsegment.h
gstretinex.c
gstretinex.h
gstsegmentation.cpp segmentation: Release memory storage in finalize 2014-06-30 00:22:22 +02:00
gstsegmentation.h opencv: fixes build by moving the c++ header to gstsegmentation.cpp 2013-06-18 13:37:26 +02:00
gstskindetect.c
gstskindetect.h
gsttemplatematch.c opencv templatematch: Set caps to BGR order 2014-07-28 14:22:27 -03:00
gsttemplatematch.h
gsttextoverlay.c textoverlay: Release memory storage and resize image when caps change 2014-06-30 00:18:20 +02:00
gsttextoverlay.h
Makefile.am opencv: Add disparity-map calculation element 2013-08-23 11:58:21 +02:00
MotionCells.cpp motioncells: Use no network API if not required 2014-07-11 13:25:18 +02:00
MotionCells.h motioncells: Remove unused private fields 2014-02-08 19:29:33 +01:00
motioncells_wrapper.cpp motioncells: use standard macro for boolean 2014-05-30 16:58:59 -03:00
motioncells_wrapper.h
palm.xml