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

搜索资源列表

  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
    • 文件大小:633.34kb
    • 提供者:吕明
  1. OpencvDrawing

    0下载:
  2. 在VC++的平台上,利用Opencv,测试Opencv的绘图功能,采用了DEMO-In VC++ platform, the use of Opencv, test Opencv graphics, using the DEMO
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:5.81kb
    • 提供者:luxiaohui
  1. face_detector

    0下载:
  2. 基于opencv,实现人脸的检查,有测试结果,功能正确。-Based on opencv, Human Face of the inspection, test results, function properly.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.61mb
    • 提供者:oyp
  1. opencvtest01

    0下载:
  2. opencv测试视频功能的程序,非常适合初学者使用-Opencv test video function of the program
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:759.49kb
    • 提供者:fan
  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
    • 文件大小:23.48mb
    • 提供者:空杯
  1. qt_open_surf

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

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

    0下载:
  2. 实现用OpenCV画线,简单的测试OpenCV的一些功能。-Using OpenCV painting line, some functional tests OpenCV simple.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:18.71kb
    • 提供者:tp
  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
    • 文件大小:7.92mb
    • 提供者:ppulse
  1. 21_UsePointerAccessPixel

    0下载:
  2. 用指针访问像素;开发测试所用IDE版本:Visual Studio 2010;功能:处理每个像素,并输出运行时间。-With pointers to access pixels used for development testing IDE version: Visual Studio 2010 Function: processing each pixel, and outputs the running time.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.47kb
    • 提供者:肖斌
  1. 22_UseIteratorAccessPixel

    0下载:
  2. 用迭代器访问像素。开发测试所用IDE版本:Visual Studio 2010;功能:处理每个像素,并输出运行时间。-Access pixel with iterators. IDE version used for development testing: Visual Studio 2010 Function: processing each pixel, and outputs the run time.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:肖斌
  1. 61_HoughLines

    0下载:
  2. 基于opencv2.4.4;功能:HoughLines函数用法示例;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010;-Based opencv2.4.4 Function: HoughLines function usage examples development and testing of the operating system: Windows 7 64bit IDE version used for deve
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1.16kb
    • 提供者:肖斌
  1. 64_HoughLines

    0下载:
  2. 程序描述:基于opencv2.4.4;功能:霍夫线变换综合示例;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on opencv2.4.4 Function: Hough transform more comprehensive example development and testing by operating system: Windows 7 64bit
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:肖斌
  1. 68_equalizeHist

    0下载:
  2. 程序描述:基于opencv2.4.4,;功能:直方图均衡化;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on opencv2.4.4 , functions: histogram equalization development and testing by operating system: Windows 7 64bit IDE version used
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:869byte
    • 提供者:肖斌
  1. 69_findContours

    0下载:
  2. 程序描述:基于2.4.4;功能:基础轮廓查找——findContours+drawContours;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on 2.4.4 Function: base profile Find findContours+drawContours development and testing of the operating system
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.08kb
    • 提供者:肖斌
  1. screenshot

    0下载:
  2. 使用opencv2.49,实现视频截图功能,经测试可运行-Use opencv2.49, for video capture function, the test can be run
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:11.49mb
    • 提供者:Juan
  1. 双目测距-opencv

    2下载:
  2. 程序实现了双目匹配的 测距功能,测试过比较准确(Procedures to achieve a binocular matching ranging function, the test was more accurate)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:1.58mb
    • 提供者:shirleyding
搜珍网 www.dssz.com