mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
opencv: fixup doc blobs
This commit is contained in:
parent
c613904c68
commit
4f69b60ac0
4 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@
|
|||
/**
|
||||
* SECTION:element-faceblur
|
||||
*
|
||||
* FIXME:Describe faceblur here.
|
||||
* Blurs faces in images and videos.
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
|
|
|
@ -114,7 +114,7 @@ enum
|
|||
};
|
||||
|
||||
|
||||
/**
|
||||
/*
|
||||
* GstOpencvFaceDetectFlags:
|
||||
*
|
||||
* Flags parameter to OpenCV's cvHaarDetectObjects function.
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
/**
|
||||
* SECTION:element-pyramidsegment
|
||||
*
|
||||
* FIXME:Describe pyramidsegment here.
|
||||
* Applies pyramid segmentation to a video or image.
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
/**
|
||||
* SECTION:element-templatematch
|
||||
*
|
||||
* FIXME:Describe templatematch here.
|
||||
* Performs template matching on videos and images, providing detected positions via bus messages.
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
|
@ -126,7 +126,7 @@ gst_template_match_base_init (gpointer gclass)
|
|||
gst_element_class_set_details_simple (element_class,
|
||||
"templatematch",
|
||||
"Filter/Effect/Video",
|
||||
"Performs template matching on videos and images, providing detected positions via bus messages",
|
||||
"Performs template matching on videos and images, providing detected positions via bus messages.",
|
||||
"Noam Lewis <jones.noamle@gmail.com>");
|
||||
|
||||
gst_element_class_add_pad_template (element_class,
|
||||
|
|
Loading…
Reference in a new issue