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

搜索资源列表

  1. video-monitor

    0下载:
  2. 基于OpenCV的智能视频监控设计, 文中介绍了opencv中的运动模板检测方法, 并给出了使用该检测方法来对运动目标进行 检测、跟踪与智能判断的实验结果。-Based on the video monitor OpenCV intelligent design
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:310.17kb
    • 提供者:四川带
  1. MotionDetection

    1下载:
  2. 该程序主要是在OpenCV的环境下进行的运动检测,当物体开始运动时,视频窗口中将显示,运动物体的轮廓,在智能交通或是自动驾驶中有很好的应用-The procedure was carried out under an environment OpenCV motion detection, when the object began to campaign, the video window will show the outline of moving objects, in the Inte
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.29mb
    • 提供者:Maclaon
  1. cvtest

    0下载:
  2. 基于opencv技术的智能小车走黑线的完美解决方案-Opencv-based Intelligent car technology take the black line is the perfect solution
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3.93mb
    • 提供者:李木木
  1. LuFanOpenCV_V1

    0下载:
  2. 项目设计并实现了一个具有闯入报警功能的智能监控系统。该系统包括视频采集、视觉分析与输出报警几个功能。其中视觉分析部分利用OpenCV图像处理技术对采集得到的图像进行处理,根据图像中是否包含闯入者进行判别报警。如果判别出有非法闯入者,系统自动启动记录,将视频内容保存入磁盘,并通过串口通信将报警信号发送给单片机进行报警,危机解除后,停止写入磁盘,并解除单片机报警信号!-Project design and implementation of an intelligent intrusion alar
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.12mb
    • 提供者:张宇
  1. hist

    0下载:
  2. 智能视频分析中,常常用到直方图的知识,提供基于opencv的直方图源程序。-Intelligent video analysis, the histogram is often used in knowledge-based histogram opencv source.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:1.79kb
    • 提供者:风舟
  1. blobtrack

    0下载:
  2. 基于OpenCV的智能视频监控设计!!汽车跟踪,流量统计-OpenCV-based intelligent video surveillance design! ! Vehicle tracking, traffic statistics! !
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.7mb
    • 提供者:lgh
  1. kana

    0下载:
  2. 跟踪运动目标,智能视频处理中运用粒子滤波器跟踪算法实现跟踪-Tracking moving targets, and intelligent video processing, the use of particle filter tracking algorithm to track
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:1.16mb
    • 提供者:赵胜军
  1. Asmlib-opencv

    0下载:
  2. opencv源码,关于3D模型的识别,模式识别和智能辨别,双目识别程序-Part of the project that I m doing in the imageprocessing , using OpenCV for image processing, applied differential filtering will respond quickly
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.37mb
    • 提供者:wangli
  1. source-code

    1下载:
  2. 利用opencv实现人脸检测与人脸识别的智能门禁系统-Intelligent access control system using opencv face detection and face recognition
  3. 所属分类:OpenCV

    • 发布日期:2015-02-20
    • 文件大小:161kb
    • 提供者:丢丢
  1. GHYharris

    0下载:
  2. 智能视频分析,harris角点的检测。 从图像局部的小窗口观察图像特征 ,角点的定义是窗口向任意方向的移动都导致图像灰度的明显变化。 -Intelligent Video Analysis harris corner detection. Observed image feature from the local image of the small window, the corner points is defined as the movement of the window to
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:1.51mb
    • 提供者:段皓
  1. Chapter1_AndroidCartoonifier

    0下载:
  2. 本章将告诉你如何为Android写一些图像处理过滤器 智能手机和平板电脑,第一次写的桌面(C / C + +),然后移植 Android(具有相同的C / C + +代码,但与Java GUI),这是自 推荐方案在开发用于移动设备。-Cartoonifier and Skin Changer for Android
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:486.89kb
    • 提供者:黄羽虎
  1. VCPP

    0下载:
  2. 用VC++实现视频监控并报警,实现智能交通-With VC++ video surveillance and alarm, intelligent transportation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:5.99mb
    • 提供者:张鹏方
  1. FaceRecognition_CNN(olivettifaces)

    2下载:
  2. 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:14.64mb
    • 提供者:周文活
  1. zifuchuantiqu

    0下载:
  2. 随着当今社会信息化的高速发展,信息的采集和瓶颈问题就显得日益突出。尤其在智能系统方面对字符信息的采集及识别要求越来越高。比如:智能交通系统中车牌号码的识别,计量刻度中刻度提取与识别等。而对字符的识别处理一般包括字符的特征提取方法和识别算法。其中字符的特征提取是这个过程的重点和难点。-With today s rapid development of information society, information gathering and bottlenecks becomes increas
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:丁敏
  1. RoboticCar-master

    0下载:
  2. 小车寻找轨迹 采用python编写的智能小车,包含寻迹,摄像头标定等-smart car
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:8.45kb
    • 提供者:Andy
  1. QtImageDisplay_v3

    0下载:
  2. 图像智能剪刀,可以剪切出图像中需要的部分。求解出一幅图像中各个需要的部分。-Image scissor In this project, a user can cut an object out of one image and paste it into another. The tool helps the user trace the object by providing a live wire that automatically snaps to and wraps a
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:10.79mb
    • 提供者:熊雄
  1. 7336349

    0下载:
  2. MT-LSCMA智能天线波束形成盲自适应改进算法 不错的源码(MT - LSCMA blind adaptive beamforming smart antenna algorithm source code)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:3kb
    • 提供者:tcofmuu
  1. 16076414

    0下载:
  2. 智能控制中的新热点问题,swarm现象的模拟仿真实现,很好用的(Intelligent control of the new hot issues, the phenomenon of swarm simulation implementation, very useful)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:dwhu%2524602
  1. 958144

    0下载:
  2. 智能天线自适应波束形成算法的研究,进行了基本算法的改进与运算(Adaptive beamforming algorithm of smart antenna research, has carried on the basic improvement and operation of the algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:1kb
    • 提供者:hPETl
  1. 基于opencv的绝缘子及其等电位线故障状态智能识别

    0下载:
  2. 识别复杂背景下的绝缘子,提取绝缘子,放射投影后对绝缘子进行故障检测。(To identify the insulator in the complex background, the insulator is extracted and the insulator is detected after the projection.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:14.79mb
    • 提供者:soyoungsonaive
« 12 »
搜珍网 www.dssz.com