CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv a

搜索资源列表

  1. good_features.cpp

    0下载:
  2. How to use OpenCV s GoodFeaturesToTrack to detect good features that could be tracked in a movie or a camera sequence.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:2600
    • 提供者:methy
  1. OpenCVforColorSpaceConvertion

    0下载:
  2. OpenCV编写的图片彩色空间转换MFC程序,同时可以进行视频处理。共五个彩色空间。-A VC MFC program to for color image color-space convertion. 5 color spaces in total.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4058575
    • 提供者:杨恒
  1. blobTrackingExample

    0下载:
  2. blobtrack is a program for blob tracking with opencv librarie
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:7232
    • 提供者:hosni
  1. MFC_AVI

    0下载:
  2. 基于opencv中,在MFC下读去摄象头采集的信息。-Opencv-based, in the MFC under摄象头go read information collected.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:24539
    • 提供者:lundon
  1. Tracking_and_Object_Classification_for_Automated_S

    0下载:
  2. O.Javed and M.Shah. 《Tracking and object classification for automated surveillance》. 这篇英文文献是有关运动目标检测跟踪及其分类的文章。该文利用“人体运动的周期性”,把运动目标分为人、人群、机动车。具有较强的参考价值。-O. Javed and M. Shah. " Tracking and object classification for automated surveillance" .
  3. 所属分类:Development Research

    • 发布日期:2017-04-10
    • 文件大小:1049434
    • 提供者:brk1985
  1. ruoshui20090328youxiushuoshilunwenguanyuVC

    0下载:
  2. 该文章《基于VC++的小型变电站监控组态软件的设计与开发》是优秀硕士学位论文。 该论文在深入分析工业变电站自动化系统的基础上,根据工业变电站对监控软件的性能要求和功能要求,提出了一种工业变电站监控软件功能模块设计方案,并基于VC++6.0设计实现了通信管理模块、实时数据库模块、图形界面组态模块三个主要的功能模块。 通信管理模块利用多线程技术实现了串口通信和网络通信,从而实现了数据采集和解析的功能。数据库模块从实时数据库的系统结构分析、实时数据库的特点、实时数据库的数据管理以及实时数据库的
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:757043
    • 提供者:若水
  1. mean

    0下载:
  2. 对二值图像(当前目录下a.jpg)进行中值滤波 基于OpenCV函数库-Value of the two images (the current directory a.jpg) for median filtering based on the OpenCV library
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1924
    • 提供者:wudp
  1. cvimageex

    0下载:
  2. opencv的二个例子VC2008工程源代码。程序一个来源于《PROGRAMMING WITH INTEL IPP AND INTEL OPENCV(OPEN COMPUTER VISION) UNDER GNU LINUX A BEGINNER S TUTORIAL》。一个来源于opencv.cn --pclion-Two examples of opencv source code VC2008 project. Procedures from a " PROGRAMMING W
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:101840
    • 提供者:pclion
  1. JavaANDOpenCV

    0下载:
  2. 一种Java与OpenCV结合实现的目标检测模块 提出一种Java与OpenCV结合实现的目标检测模块,详细讲述了利用JN I技术调用OpenCV目标检测方法的具体步骤和关键过程。-A combination of Java and OpenCV implementation of the target detection module, a combination of Java and OpenCV implementation of the target detection modul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:343742
    • 提供者:sunny
  1. HarrisCorner

    0下载:
  2. 利用openCV找出已知图像中的角点, 利用slider bar 控制临界值, 并显示出通过临界值的角点像素, 并用non-maxima suprression 使之变稀疏并显示-routines in OpenCV to demonstrate the operations of the Harris Corner detector. 1. Open the image box_in_scene.jpg and show the image in a window. 2. Compute
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:85107
    • 提供者:Ke Li
  1. opencv-0_9_5

    0下载:
  2. opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external numerical libraries, though it can make use of some of them (see below) at runtime, if they are available
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:996562
    • 提供者:aditi2000
  1. pro

    0下载:
  2. 将opencv的image结构与windows CDC对象结合起来,本例就轻松用opencv反走样直线绘制在CDC对象里面。 接供的接口很有参考价值。 -Opencv structure to the image object with the combination of windows CDC, which in this case on the easy to use anti-aliasing opencv draw a straight line inside the CDC ob
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:238577
    • 提供者:jiang
  1. circle

    0下载:
  2. 这个是用OPENCV库函数在WIN32控制台中编写的,功能是实现轮廓跟踪,并画出轮廓,此程序得出的是圆的轮廓,求得圆的中心和半径,将此圆画出,与实际的圆形成对比。 -This is OPENCV library function in the preparation of WIN32 console, feature tracking is to achieve the outline and draw the outline, this procedure is to draw the o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2331576
    • 提供者:黄烨
  1. siftalgorithm

    0下载:
  2. sift特征检测算子,主要是对一幅图像进行角点提取。本算法结合OPENCV实现-sift feature detection operator, the main image of a corner extraction. Combined with the realization of the algorithm OPENCV
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:2678537
    • 提供者:binbin
  1. camshift

    0下载:
  2. 一个简单的实现opencv下camshift的小程序-a simple program which realize camshift based on opencv
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:87837
    • 提供者:briend
  1. gauss-backgrounds

    0下载:
  2. 本程序可以进行视频的动态提取背景,使用的是高斯模型使用前请配置好opencv环境。希望对大家学习人脸检测有所帮助-This procedure can extract the dynamic video background, using a Gaussian model configured before use opencv environment. We would like to learn helpful Face Detection ...
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4557985
    • 提供者:baiyang
  1. count-rice

    0下载:
  2. 本程序可以使用图像处理算法对图片进行处理,对于一个含有各种物体的图片,如米粒,可以计算物体的个数。使用前请配置好opencv环境。希望对大家学习图像处理和opencv有所帮助-This procedure can use the image processing algorithm for processing images for a picture with a variety of objects, such as a grain of rice, can calculate the nu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:843818
    • 提供者:baiyang
  1. condensationparticalfilter

    0下载:
  2. 实现了粒子滤波功能,主要用在跟踪等各个方面,是一个很好的算法-The realization of the particle filter, mainly used in tracking all aspects of the algorithm is a very good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:9709
    • 提供者:刘军学
  1. face_detection

    0下载:
  2. Face detection made in Processing based on OpenCV library. It detects the form of a human face in a webcam stream and outputs a red square around that person s face. Get processing from www.processing.org for fr-Face detection made in Processing base
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:771
    • 提供者:valentin
  1. threshold

    0下载:
  2. A java application - processing which can be downloaded free from processing.org Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixe
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:851
    • 提供者:valentin
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com