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

搜索资源列表

  1. ObjectDetect

    0下载:
  2. 用opencv做的一个比较基础的光流场目标检测算法实现,可以进行光流计算和标注,并含有测试视频文件。-To do a comparison with opencv optical flow field based object detection algorithm, optical flow can be calculated and marked, and contains test video files
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:858308
    • 提供者:Amanda
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:648543
    • 提供者:吕明
  1. Orb_OK

    0下载:
  2. 基于opencv 2.3.1的ORB特征提取算法的测试程序,效果还不错-Based on of opencv 2.3.1 ORB characteristics extraction algorithm testing procedures, the results were pretty good
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:3947406
    • 提供者:姜楠
  1. filldemo

    0下载:
  2. 图像域的填充,该程序给出了不同的算法选项,读者可以自行测试这些算法的不同参数选择-Fill the image field, the program gives options for different algorithms, the reader can test their own choice of different parameters of these algorithms
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:1439245
    • 提供者:何逸
  1. testCanny

    0下载:
  2. 在Qt Creator 和 OpenCV2.3.1环境下实现的Canny边界检测算法,经过测试。-Canny edge detection algorithm, implemented in Qt Creator and OpenCV2.3.1 environment tested.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1082127
    • 提供者:绍文
  1. GaussBGModel

    1下载:
  2. 用opencv实现的运动目标检测算法,程序用的是高斯背景建模法,测试用的是夜间车流量的视频,光线变化不大,效果不错-Moving target detection algorithm, with opencv program with the Gaussian background modeling method, the test is the video of night traffic light changes, the effect is good
  3. 所属分类:OpenCV

    • 发布日期:2015-06-17
    • 文件大小:18774016
    • 提供者:王扬
  1. IBaseonOpenCVn

    0下载:
  2. 在介绍Intel公司的开源OpenCV计算机视觉库的基础上,采用CAMSHIFT跟踪算法,实现运动目标跟踪,解决决了跟踪目标发生存在旋转或部分遮挡等复杂情况下的跟踪难题。实验结果表明该算法的有效性、优越性和可行性。 已通过测试。 -Based on the introduction of Intel' s open source OpenCV computer vision library, the CAMSHIFT tracking algorithm to achieve the
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:284757
    • 提供者:高尚
  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
    • 提供者:空杯
  1. labe_forOpencv

    0下载:
  2. 该算法可以完成二值图像的连通域标记, 并计算出各连通域的面积。非常的方便好用,本人已经测试。-The algorithm can complete the connected component labeling of binary images, and calculate the area of ​ ​ the connected domain. Very convenient and easy to use, I have tested.
  3. 所属分类:OpenCV

    • 发布日期:2016-12-23
    • 文件大小:1024
    • 提供者:高艳高艳
  1. qt_open_surf

    3下载:
  2. 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
  3. 所属分类:OpenCV

    • 发布日期:2013-01-03
    • 文件大小:2758061
    • 提供者:wuwei
  1. FaceDetect

    0下载:
  2. 这是一个人脸识别演示/测试程序,用户可以基于程序中已经实现的算法,开发新的有关人脸识别的应用;也可以修改或添加新的算法,并测试其性能。-This is a face recognition demo/test program, the user can be based on the algorithm has been implemented in the program, the development of a new face recognition applications You
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:1500552
    • 提供者:甘庆鹏
  1. FaceRecognition

    0下载:
  2. 经典的PCA人脸识别算法,C++源代码都是我自己写的,第一次上传,写得不好的地方请多多指教。已经经过我的多次测试和观察数据,代码运行正常,下载之后只要配置好opencv即可。 -The classic PCA face recognition algorithm, C++ source code I wrote it myself, the first upload, poorly written exhibitions. I have passed many tests and observa
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:17444864
    • 提供者:lu
  1. TrainLamp2013

    0下载:
  2. 1) PC软件系统架构:摄像机+USB图像采集卡+PC电脑+RS485模块 2) 嵌入式系统架构: 摄像机+嵌入式系统平台 3) 火车速度<=40KM/H 4) 实现轨道左侧的信号灯颜色检测,红,白,蓝三色 5) PC软件接收RS485的信号进行相应的显示并通过485发送当前信号灯颜色 6) 嵌入式系统接收RS485的信号进行相应的显示并通过485发送当前信号灯颜色 7) 测试环境:雨、雾、冰雪等天气的白天和夜晚环境下 目前在PC上进行了初步的算法实验,演示视频
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:5660802
    • 提供者:changhaixinxi
  1. OpenSURF-H

    0下载:
  2. 关键点检测和描述算法,surf算法的opencv的源码,surf算法的性能与sift相当,但速度要远大于sift算法,经过测试可以正常运行-Keypoint detection and descr iption algorithm, algorithm source code at the Surf, surf the performance of the algorithm and sift quite, but the speed is much larger than sift algor
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:6354168
    • 提供者:zhangbin
  1. Test_ORB

    0下载:
  2. 基于opencv 2.3.1的ORB特征提取算法的测试程序,效果还不错基于opencv 2.3.1的ORB特征提取算法的测试程序,效果还不错-this file is penCV 2.3.1。 this file is penCV 2.3.1。 this file is penCV 2.3.1。
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:133062
    • 提供者:尚庆东
  1. foregrond

    0下载:
  2. 一个新的从图片抓取前景的算法。测试可用,抓取的对象是二值图片。-A new algorithm from a picture capture prospects. Test available, grab an object is a binary image.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:9332
    • 提供者:dengruoxi
  1. otsu

    0下载:
  2. 最大类间方差算法进行图像分割,分割效果经测试,不错-image segmentation(otsu)
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2398382
    • 提供者:许鹏
  1. detectpoint

    0下载:
  2. 光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。-Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extrac
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8307712
    • 提供者:ppulse
  1. fastDetectLine

    0下载:
  2. VS2010下用opencv2.3.1编写的光条提取算法,机器视觉中用的多,本方法使用了高斯滤波和hession矩阵,经过对高斯滤波函数的处理,使得本方法的提取速度大大提升,提取精度是亚像素级别,附件内含测试图片-Under VS2010 extracted with light bar and more opencv2.3.1 written algorithms used in machine vision, this method uses a Gaussian filter and he
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11245740
    • 提供者:ppulse
  1. SURFtest

    0下载:
  2. surf算法测试 surf算法优于sift算法-surf test
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1513263
    • 提供者:lihailong
« 12 »
搜珍网 www.dssz.com