gstreamer/ext/opencv
Josh Doe 6e43f75df3 opencv: fix caps issues and extend supported caps for some elements
Some elements had vague caps, such as "video/x-raw-rgb", which caused problems
at least with textwrite. For other elements, the underlying OpenCV functions
support more than just one image type, so I increased the number of supported
caps.

I created a utility function "gst_opencv_caps_from_cv_image_type", so each
element creates caps directly from OpenCV image types, such as CV_8UC1 for
8-bit grayscale. This function uses gstvideo to create uniform caps.

https://bugzilla.gnome.org/show_bug.cgi?id=635304
2010-11-22 22:25:18 -03:00
..
gstcvdilate.c opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstcvdilate.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstcvdilateerode.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstcvdilateerode.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstcvequalizehist.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstcvequalizehist.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstcverode.c opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstcverode.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstcvlaplace.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstcvlaplace.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstcvsmooth.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstcvsmooth.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstcvsobel.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstcvsobel.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstedgedetect.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstedgedetect.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstfaceblur.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstfaceblur.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gstfacedetect.c various (ext): add missing G_PARAM_STATIC_STRINGS flags 2010-10-19 17:13:26 +03:00
gstfacedetect.h facedetect: Add more parameters 2010-09-08 23:59:38 -03:00
gstopencv.c opencv: update plugin source package name and origin 2010-09-09 15:29:31 +01:00
gstopencvutils.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstopencvutils.h opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstopencvvideofilter.c opencvbasetrans: Use GstVideoFilter as the base class 2010-09-08 17:15:50 -03:00
gstopencvvideofilter.h opencvbasetrans: Use GstVideoFilter as the base class 2010-09-08 17:15:50 -03:00
gstpyramidsegment.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gstpyramidsegment.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gsttemplatematch.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gsttemplatematch.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
gsttextwrite.c opencv: fix caps issues and extend supported caps for some elements 2010-11-22 22:25:18 -03:00
gsttextwrite.h opencv: Refactor files structure 2010-09-08 17:15:51 -03:00
Makefile.am opencv: define CV_NO_BACKWARD_COMPATIBILITY to suppress warnings caused by compat header 2010-09-09 15:29:31 +01:00