搜索资源列表

  1. applicationofIPLOPENVCinVC

    0下载:
  2. 做个人脸识别系统需要好的编程工具与平台 这篇关于IPL和OPENCV在VC++中的应用的论文 会给你不少启发 至少也让你少走些弯路-Face recognition system needs to be a good programming tools and platform on the IPL and this OPENCV in VC++ Application papers will give you a lot of ins
  3. 所属分类:文档资料

    • 发布日期:2024-03-28
    • 文件大小:166912
    • 提供者:张波
  1. OPENCV_SIFT_VC6

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-28
    • 文件大小:279552
    • 提供者:马丁
  1. condesation

    0下载:
  2. 基于OPENCV的Condensation目标跟踪算法,可任意设置HSV颜色阈值和粒子滤波数量,通过该算法掌握Condensation以及经典粒子滤波算法的精髓。-Condensation of OPENCV based target tracking algorithm, can be arbitrarily set HSV color threshold and the number of particle filter, thro
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-28
    • 文件大小:676864
    • 提供者:马丁
  1. kalman

    0下载:
  2. 基于OPENCV的Kalman滤波算法,可通过其掌握经典kalman算法的核心思想-Based on the Kalman filter algorithm OPENCV through its mastery of the classical core idea kalman algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-28
    • 文件大小:262144
    • 提供者:马丁
  1. OPENCV_GMM

    0下载:
  2. 基于OPENCV的GMM算法,通过时间推移建立视频图像的高斯混合背景模型,并可有效检测其中的运动目标。-OPENCV of GMM-based algorithm, through the passage of time video images to establish the context of Gaussian mixture model, which can effectively detect moving targets.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-03-28
    • 文件大小:9216
    • 提供者:马丁
  1. lineplot222

    0下载:
  2. VC+OPENCV画直线的程序,很不错!-VC+ OPENCV procedures for painting a straight line, very good!
  3. 所属分类:绘图程序

    • 发布日期:2024-03-28
    • 文件大小:2048
    • 提供者:赖做梦
  1. Canny2

    0下载:
  2. 用OpenCv进行边缘检测,可以自己调整阈值。-OpenCv carried out with edge detection, can adjust the thresholds.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-28
    • 文件大小:51200
    • 提供者:
  1. AutoCamShift

    0下载:
  2. 人体运动分析 可以骨骼提取 用VC6和opencv还有opengl写成-Human motion analysis can be extracted bone opencv using VC6 and also written in opengl
  3. 所属分类:OpenGL

    • 发布日期:2024-03-28
    • 文件大小:151552
    • 提供者:
  1. OnlineHandwriting

    0下载:
  2. 完整利用openCV做联机手写大写英文字母识别的例子.利用了联机手写的笔画数目,笔画轨迹做为特征量进行识别。训练测试接近100%.实际识别也比较准。-Full use of online handwritten openCV do uppercase letters of the alphabet to identify examples. Use of the number of online handwritten strokes,
  3. 所属分类:图形图象

    • 发布日期:2024-03-28
    • 文件大小:262144
    • 提供者:小西
  1. tuxiangshiyan12.17

    0下载:
  2. 基于OPENCV的视频处理,前期视频OPOENCV获取,后期自己编写的算法对于边缘检测(好几种算法)以及帧间差分和二值化。-err
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-28
    • 文件大小:260096
    • 提供者:zhanghua
  1. xuanzhuansuofang

    0下载:
  2. OpenCV实现图像旋转和缩放,C++实现。-OpenCV image rotate and zoom, C++ Achieve.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-28
    • 文件大小:488448
    • 提供者:by
  1. Introduction-gucas

    0下载:
  2. opencv 中科院数字图像处理入门教程,很不错的哦!-Chinese Academy of Sciences of digital image processing opencv Tutorial, very good, oh!
  3. 所属分类:文档资料

    • 发布日期:2024-03-28
    • 文件大小:5862400
    • 提供者:袁华涛
  1. avbpa99

    0下载:
  2. 优秀OPENCV 人脸检测论文,请大家漫漫阅读-Face Detection OPENCV excellent papers, please read the long
  3. 所属分类:文档资料

    • 发布日期:2024-03-28
    • 文件大小:287744
    • 提供者:
  1. facetect_matlab

    0下载:
  2. Face-Detector, OpenCV Haar cascade object detection. Matlab interface for running haar-cascade object detectors from the Intel Open Computer Vision Library.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-03-28
    • 文件大小:1063936
    • 提供者:njustyw
  1. haarcascade

    0下载:
  2. 利用级联的HAAR分类器寻找检测目标,采用OPENCV编写,代码简单运行稳定-Use the haar classifier cascade testing to find the target, using OPENCV preparation, code simple and stable operation
  3. 所属分类:图形/文字识别

    • 发布日期:2024-03-28
    • 文件大小:183296
    • 提供者:鄢胜勇
  1. SIFT

    0下载:
  2. 根据OPENCV给出的SIFT特征提取源代码所写的SIFT算法流程,对理解SIFT算法有一定的帮助-OPENCV given in accordance with SIFT feature extraction source code written by the SIFT algorithm processes, SIFT algorithm for understanding a certain degree of help
  3. 所属分类:软件工程

    • 发布日期:2024-03-28
    • 文件大小:418816
    • 提供者:鄢胜勇
  1. tracking

    0下载:
  2. 一个用opencv实现的目标跟踪程序,可以捕捉AVI视频中的运动目标并实现定位-A goal with opencv tracking program, you can capture AVI video of moving targets and to achieve positioning
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-03-28
    • 文件大小:9881600
    • 提供者:阿姆罗
  1. opencv-movingdetecte

    0下载:
  2. 连接上摄像头,可以对摄像头的各个性能进行设定,还可以通过帧间差分与自适应背景的算法对运动的目标检测,还可以采集单帧图像进行保存-Connect the camera, the camera can set the various properties, but also through the inter-fr a me difference algorithm and adaptive background of the moveme
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-03-28
    • 文件大小:2034688
    • 提供者:
  1. opencvsource

    0下载:
  2. OpenCV在VC6下打开图片的方法与实现方法-OpenCV open picture in VC6 Method and Implementation of Methods
  3. 所属分类:文件格式

    • 发布日期:2024-03-28
    • 文件大小:94208
    • 提供者:
  1. intrinsic_Mei

    0下载:
  2. 基于opencv对摄相机进行内参数标定,很棒而且精度很高.-Opencv based on conduct within the parameters of camera calibration, high accuracy and great.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-28
    • 文件大小:1385472
    • 提供者:张正涛
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »

源码中国 www.ymcn.org