opencv is a plugin in gst-plugins-bad which wraps the OpenCV library.
Simple elements
These elements are simple one-to-one mappings of existing OpenCV functions.
cvdilate - cvDilate
cverode - cvErode
- cvequalizehist
cvlaplace - cvLaplace
cvsobel - cvSobel
cvsmooth - cvSmooth
cvtextwrite - cvPutText (Rename to cvputtext?)
facedetect - cvHaarDetectObjects
pyramidsegment - cvPyrSegmentation
templatematch - cvMatchTemplate
Compound elements
These elements use several OpenCV functions.
- faceblur
- edgedetect

