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

搜索资源列表

  1. V_CameraVideoAnalysi

    0下载:
  2. 使用OpenCV 2.1分析Notebook camera采集到的视频(格式WMA),分析是否有丢帧的现象发生.编译环境:VC2008 MFC,OpenCV版本是2.1. 如果发生丢帧现象,则会在界面上显示丢帧的位置. 另外,程式还可以得到视频的相关信息,如FPS-Notebook camera using OpenCV 2.1 Analysis of collected video (format WMA), analysis of the phenomenon have droppe
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9319484
    • 提供者:小平
  1. OpenCV

    0下载:
  2. 这是opencv来实现人脸识别,如果不能使用,就稍微该一下代码就可以了。-This is achieved opencv face recognition, if not used to a little bit of code that can be had.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:122091
    • 提供者:刘彧
  1. openCV-2.2_collection

    0下载:
  2. 自己整理的opencv源码分析,是关于opencv2.2的,里面也有自己的翻译,如果大家喜欢,我陆续会把源码分析一个个上传完毕-Opencv source of his finishing is about opencv2.2' s, which also has its own translation, if you like, I will gradually upload one complete source code analysis
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:643330
    • 提供者:高永强
  1. Picture

    0下载:
  2. This can show the picture through OpenCV.If OpenCV is on your computer,it can be direct open through VC++.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1096457
    • 提供者:wang
  1. MulityResolution

    0下载:
  2. 利用OpenCv实现的Burt-Adelson图像金字塔算法,可以实现图像的L级分解和重构,代码的实现可能还不是很完善,如有什么意见或建议,请发到我邮箱mqzhen@163.com-Achieved using OpenCv Burt-Adelson pyramid algorithm images can be achieved in the L-level image decomposition and reconstruction, implementation of the code m
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8871029
    • 提供者:mqzhen
  1. CamFromAVI

    0下载:
  2. 在VC++环境下,利用OpenCV现有的函数针对DIVX格式的视频进行播e放,播放过程中按动Grab键可以获取当时那一帧图片-Play the camero by OpenCV which base on VC++,you can get a image if you push the "Grab" during the process.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:64352256
    • 提供者:程功
  1. cvResize

    0下载:
  2. Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1196
    • 提供者: 張天彥
  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1229
    • 提供者:
  1. CollisionDetector

    0下载:
  2. 在本教程中,我們將提出一個 O(nm)的碰撞檢測算法,適用於檢測精確三維模型之間的碰撞含N和M三角形。 不過,如果你需要檢查碰撞更複雜的對象,你可以隨時創建中間包圍盒,降低了算法的順序。-In this tutorial, we will propose an O (nm) of the collision detection algorithm for accurate detection of the collision between three-dimensional model wit
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:7701
    • 提供者:yohow
  1. LuFanOpenCV_V1

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

    • 发布日期:2017-04-09
    • 文件大小:1177902
    • 提供者:张宇
  1. OpenCV_viewer

    0下载:
  2. stem will automatically delete the directory of debug and release, so please do not put files on these two directory. If you have not registered, Please [regist first].You should upload at least five s
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:27538043
    • 提供者:Max
  1. LearningOpenCV_Code

    0下载:
  2. 学习opencv的开发,一些非常有用的配套《learning opencv》的源代码-if you want to learn OPENCV,this file maybe very helpful
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:21176615
    • 提供者:jiangtao
  1. 4

    0下载:
  2. 看到有的网站搞分形艺术,才知道这个Z=Z*Z+C 如此的奇妙。 于是干脆在opencv下写出来,看看。效果还不错。呵呵。 这个小例子只能修改C的值,有兴趣的朋友可以自己改改代码,看能不能做出些美妙的图形。 代码提示:要获得高质量的图像,可以增加image_w,不过性能很低。-See some sites do fractal art, to know that Z = Z* Z+ C so wonderful. So they simply write under the op
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1005
    • 提供者:李俊刚
  1. ICVL

    0下载:
  2. OpenCV概述 Intel开源计算机视觉库OpenCV 目录 1 什么是OpenCV 2 重要特性 3 谁创建了它 4 新特征 5 从哪里下载 OpenCV 6 如果在安装/运行/使用 OpenCV 中遇到问题 7 OpenCV参考手册 8 中文翻译者 -Overview of Intel OpenCV open source computer vision library OpenCV OpenCV 2 Contents
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2684656
    • 提供者:peng
  1. FaceDetection

    0下载:
  2. 利用OpenCV检测图像中的人脸,若图像中人脸存在,则会标出人脸在图中的位置-Using OpenCV face detection image, if there are images of human faces, it will mark the face location in the figure
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:285795
    • 提供者:老田
  1. corners_online_test

    0下载:
  2. 对opencv中角点检测函数cvfindcorners()检测出的棋盘格角点,判断是否出现鱼眼等畸变。-it is used for checking if the corners on the chess image are on the same line.Which is based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-06-22
    • 文件大小:42651915
    • 提供者:zys
  1. face-detection-code

    0下载:
  2. 人脸检测程序代码 放到建好的工程下可以直接运行-face-detection code,if you have finished training, just copy the code to your project, and it will work.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12835017
    • 提供者:lisa陈
  1. face-detection

    0下载:
  2. 皮肤检测,自己写的,运行了 结果还可以,想学习的人,可以下载-skin detection,write by myself,the result is good,if someone want to learn it,then you can download it.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:2962
    • 提供者:General
  1. LK

    0下载:
  2. openCV lucas Kanade fournit par opencv avec des fonctions plutô t simplistes tel que des boucles for or if et même des points virgules qui permettent la compilation.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:2731
    • 提供者:tts00
  1. Vehicle-logo-detection

    0下载:
  2. 本程序对实现车标的识别功能,利用一幅一幅提供的车标作为模版,对30幅图片进行识别,从中识别出大众的标志,其中主要要用到二值化和边缘提取的算法。如果需要改变测试图片,只需将源代码中第十四行的文件名改掉进可以了。-This program is the realization of the vehicle the subject of recognition, a one car labeled as a template, to identify the 30 pictures from whic
  3. 所属分类:OpenCV

    • 发布日期:2017-03-20
    • 文件大小:24623104
    • 提供者:空杯
« 12 3 4 »
搜珍网 www.dssz.com