CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV

文件名称:gstbackgroundblur-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-03-06
  • 文件大小:
    128.58kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com