文件名称:gstbackgroundblur-master
介绍说明--下载内容来自于网络,使用问题请自行百度
This a Gstreamer plugin based on the OpenCV suite of plugins that blurs the back ground and not the face. -This is a Gstreamer plugin based on the OpenCV suite of plugins that blurs the back ground and not the face.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GstBackgroundblur-master/
GstBackgroundblur-master/README.md
GstBackgroundblur-master/gst-opencv/
GstBackgroundblur-master/gst-opencv/.cproject
GstBackgroundblur-master/gst-opencv/.gitignore
GstBackgroundblur-master/gst-opencv/.project
GstBackgroundblur-master/gst-opencv/AUTHORS
GstBackgroundblur-master/gst-opencv/COPYING
GstBackgroundblur-master/gst-opencv/ChangeLog
GstBackgroundblur-master/gst-opencv/INSTALL
GstBackgroundblur-master/gst-opencv/Makefile.am
GstBackgroundblur-master/gst-opencv/NEWS
GstBackgroundblur-master/gst-opencv/README
GstBackgroundblur-master/gst-opencv/autogen.sh
GstBackgroundblur-master/gst-opencv/configure.ac
GstBackgroundblur-master/gst-opencv/debian/
GstBackgroundblur-master/gst-opencv/debian/changelog
GstBackgroundblur-master/gst-opencv/debian/compat
GstBackgroundblur-master/gst-opencv/debian/control
GstBackgroundblur-master/gst-opencv/debian/copyright
GstBackgroundblur-master/gst-opencv/debian/cron.d.ex
GstBackgroundblur-master/gst-opencv/debian/dirs
GstBackgroundblur-master/gst-opencv/debian/docs
GstBackgroundblur-master/gst-opencv/debian/manpage.1.ex
GstBackgroundblur-master/gst-opencv/debian/manpage.sgml.ex
GstBackgroundblur-master/gst-opencv/debian/manpage.xml.ex
GstBackgroundblur-master/gst-opencv/debian/menu.ex
GstBackgroundblur-master/gst-opencv/debian/postinst.ex
GstBackgroundblur-master/gst-opencv/debian/postrm.ex
GstBackgroundblur-master/gst-opencv/debian/preinst.ex
GstBackgroundblur-master/gst-opencv/debian/prerm.ex
GstBackgroundblur-master/gst-opencv/debian/rules
GstBackgroundblur-master/gst-opencv/debian/watch.ex
GstBackgroundblur-master/gst-opencv/examples/
GstBackgroundblur-master/gst-opencv/examples/python/
GstBackgroundblur-master/gst-opencv/examples/python/facedetect.py
GstBackgroundblur-master/gst-opencv/examples/python/mike-boat.jpg
GstBackgroundblur-master/gst-opencv/examples/python/template.jpg
GstBackgroundblur-master/gst-opencv/examples/python/templatematch.py
GstBackgroundblur-master/gst-opencv/gst-autogen.sh
GstBackgroundblur-master/gst-opencv/m4/
GstBackgroundblur-master/gst-opencv/m4/Makefile.am
GstBackgroundblur-master/gst-opencv/m4/as-compiler-flag.m4
GstBackgroundblur-master/gst-opencv/m4/as-version.m4
GstBackgroundblur-master/gst-opencv/src/
GstBackgroundblur-master/gst-opencv/src/Makefile.am
GstBackgroundblur-master/gst-opencv/src/backgroundblur/
GstBackgroundblur-master/gst-opencv/src/backgroundblur/Makefile.am
GstBackgroundblur-master/gst-opencv/src/backgroundblur/gstbackgroundblur.c
GstBackgroundblur-master/gst-opencv/src/backgroundblur/gstbackgroundblur.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/
GstBackgroundblur-master/gst-opencv/src/basicfilters/Makefile.am
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvdilate.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvdilate.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvdilateerode.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvdilateerode.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvequalizehist.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvequalizehist.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcverode.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcverode.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvlaplace.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvlaplace.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvsmooth.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvsmooth.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvsobel.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvsobel.h
GstBackgroundblur-master/gst-opencv/src/edgedetect/
GstBackgroundblur-master/gst-opencv/src/edgedetect/Makefile.am
GstBackgroundblur-master/gst-opencv/src/edgedetect/gstedgedetect.c
GstBackgroundblur-master/gst-opencv/src/edgedetect/gstedgedetect.h
GstBackgroundblur-master/gst-opencv/src/faceblur/
GstBackgroundblur-master/gst-opencv/src/faceblur/Makefile.am
GstBackgroundblur-master/gst-opencv/src/faceblur/gstfaceblur.c
GstBackgroundblur-master/gst-opencv/src/faceblur/gstfaceblur.h
GstBackgroundblur-master/gst-opencv/src/facedetect/
GstBackgroundblur-master/gst-opencv/src/facedetect/Makefile.am
GstBackgroundblur-master/gst-opencv/src/facedetect/gstfacedetect.c
GstBackgroundblur-master/gst-opencv/src/facedetect/gstfacedetect.h
GstBackgroundblur-master/gst-opencv/src/gstopencv.c
GstBackgroundblur-master/gst-opencv/src/gstopencvbasetrans.c
GstBackgroundblur-master/gst-opencv/src/gstopencvbasetrans.h
GstBackgroundblur-master/gst-opencv/src/gstopencvutils.c
GstBackgroundblur-master/gst-opencv/src/gstopencvutils.h
GstBackgroundblur-master/gst-opencv/src/templatematch/
GstBackgroundblur-master/gst-opencv/src/templatematch/Makefile.am
GstBackgroundblur-master/gst-opencv/src/templatematch/gsttemplatematch.c
GstBackgroundblur-master/gst-opencv/src/templatematch/gsttemplatematch.h
GstBackgroundblur-master/README.md
GstBackgroundblur-master/gst-opencv/
GstBackgroundblur-master/gst-opencv/.cproject
GstBackgroundblur-master/gst-opencv/.gitignore
GstBackgroundblur-master/gst-opencv/.project
GstBackgroundblur-master/gst-opencv/AUTHORS
GstBackgroundblur-master/gst-opencv/COPYING
GstBackgroundblur-master/gst-opencv/ChangeLog
GstBackgroundblur-master/gst-opencv/INSTALL
GstBackgroundblur-master/gst-opencv/Makefile.am
GstBackgroundblur-master/gst-opencv/NEWS
GstBackgroundblur-master/gst-opencv/README
GstBackgroundblur-master/gst-opencv/autogen.sh
GstBackgroundblur-master/gst-opencv/configure.ac
GstBackgroundblur-master/gst-opencv/debian/
GstBackgroundblur-master/gst-opencv/debian/changelog
GstBackgroundblur-master/gst-opencv/debian/compat
GstBackgroundblur-master/gst-opencv/debian/control
GstBackgroundblur-master/gst-opencv/debian/copyright
GstBackgroundblur-master/gst-opencv/debian/cron.d.ex
GstBackgroundblur-master/gst-opencv/debian/dirs
GstBackgroundblur-master/gst-opencv/debian/docs
GstBackgroundblur-master/gst-opencv/debian/manpage.1.ex
GstBackgroundblur-master/gst-opencv/debian/manpage.sgml.ex
GstBackgroundblur-master/gst-opencv/debian/manpage.xml.ex
GstBackgroundblur-master/gst-opencv/debian/menu.ex
GstBackgroundblur-master/gst-opencv/debian/postinst.ex
GstBackgroundblur-master/gst-opencv/debian/postrm.ex
GstBackgroundblur-master/gst-opencv/debian/preinst.ex
GstBackgroundblur-master/gst-opencv/debian/prerm.ex
GstBackgroundblur-master/gst-opencv/debian/rules
GstBackgroundblur-master/gst-opencv/debian/watch.ex
GstBackgroundblur-master/gst-opencv/examples/
GstBackgroundblur-master/gst-opencv/examples/python/
GstBackgroundblur-master/gst-opencv/examples/python/facedetect.py
GstBackgroundblur-master/gst-opencv/examples/python/mike-boat.jpg
GstBackgroundblur-master/gst-opencv/examples/python/template.jpg
GstBackgroundblur-master/gst-opencv/examples/python/templatematch.py
GstBackgroundblur-master/gst-opencv/gst-autogen.sh
GstBackgroundblur-master/gst-opencv/m4/
GstBackgroundblur-master/gst-opencv/m4/Makefile.am
GstBackgroundblur-master/gst-opencv/m4/as-compiler-flag.m4
GstBackgroundblur-master/gst-opencv/m4/as-version.m4
GstBackgroundblur-master/gst-opencv/src/
GstBackgroundblur-master/gst-opencv/src/Makefile.am
GstBackgroundblur-master/gst-opencv/src/backgroundblur/
GstBackgroundblur-master/gst-opencv/src/backgroundblur/Makefile.am
GstBackgroundblur-master/gst-opencv/src/backgroundblur/gstbackgroundblur.c
GstBackgroundblur-master/gst-opencv/src/backgroundblur/gstbackgroundblur.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/
GstBackgroundblur-master/gst-opencv/src/basicfilters/Makefile.am
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvdilate.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvdilate.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvdilateerode.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvdilateerode.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvequalizehist.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvequalizehist.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcverode.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcverode.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvlaplace.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvlaplace.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvsmooth.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvsmooth.h
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvsobel.c
GstBackgroundblur-master/gst-opencv/src/basicfilters/gstcvsobel.h
GstBackgroundblur-master/gst-opencv/src/edgedetect/
GstBackgroundblur-master/gst-opencv/src/edgedetect/Makefile.am
GstBackgroundblur-master/gst-opencv/src/edgedetect/gstedgedetect.c
GstBackgroundblur-master/gst-opencv/src/edgedetect/gstedgedetect.h
GstBackgroundblur-master/gst-opencv/src/faceblur/
GstBackgroundblur-master/gst-opencv/src/faceblur/Makefile.am
GstBackgroundblur-master/gst-opencv/src/faceblur/gstfaceblur.c
GstBackgroundblur-master/gst-opencv/src/faceblur/gstfaceblur.h
GstBackgroundblur-master/gst-opencv/src/facedetect/
GstBackgroundblur-master/gst-opencv/src/facedetect/Makefile.am
GstBackgroundblur-master/gst-opencv/src/facedetect/gstfacedetect.c
GstBackgroundblur-master/gst-opencv/src/facedetect/gstfacedetect.h
GstBackgroundblur-master/gst-opencv/src/gstopencv.c
GstBackgroundblur-master/gst-opencv/src/gstopencvbasetrans.c
GstBackgroundblur-master/gst-opencv/src/gstopencvbasetrans.h
GstBackgroundblur-master/gst-opencv/src/gstopencvutils.c
GstBackgroundblur-master/gst-opencv/src/gstopencvutils.h
GstBackgroundblur-master/gst-opencv/src/templatematch/
GstBackgroundblur-master/gst-opencv/src/templatematch/Makefile.am
GstBackgroundblur-master/gst-opencv/src/templatematch/gsttemplatematch.c
GstBackgroundblur-master/gst-opencv/src/templatematch/gsttemplatematch.h
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。