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

搜索资源列表

  1. OpenCV2.3.1与VS2008相机标定程序

    0下载:
  2. OpenCV2.3.1与VS2008相机标定程序,是MFC下编写的-OpenCV2.3.1 with VS2008 camera calibration procedures, written under MFC
  3. 所属分类:OpenCV

    • 发布日期:2016-01-27
    • 文件大小:24147968
    • 提供者:张海波
  1. AutoCamShift 基于Opencv的Camshift跟踪程序

    0下载:
  2. VC6.0编写,基于Opencv的Camshift跟踪程序,可选出ROI区域,然后对其使用Camshift算法进行跟踪,同时标出跟踪框。-VC6.0 to write, based on the Camshift Opencv tracking program, the ROI can be selected, and then track their use Camshift algorithm, while marked track box.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:173758
    • 提供者:付刚
  1. Brightness-transform

    0下载:
  2. 根据matlab中的imadjust函数编写的程序,可以实现对彩色图像的亮度变换,参数要自己调一下-According to the function in matlab imadjust written procedures, can change the brightness of the color images, what parameters to tune their own
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:8536218
    • 提供者:李芳
  1. static-lib

    0下载:
  2. 基于opencv1.0和vc++6.0编写的静态链接库,包含cvL.lib,cxcoreL.lib和highgui.lib,很好的将程序和库文件分离开,方便大家编写opencv程序。-And vc++6.0 based opencv1.0 write static link library, contains cvL.lib, cxcoreL.lib and highgui.lib, very good program and library files will be separated so
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3612597
    • 提供者:xcm
  1. 可以识别眼睛和嘴巴的程序源代码

    0下载:
  2. 用c++编写的可以识别眼睛和嘴巴的程序源代码,希望对大家有用-Written using c++ can identify eyes and mouth of the source code, want to be useful
  3. 所属分类:OpenCV

    • 发布日期:2017-11-01
    • 文件大小:48343297
    • 提供者:刘健
  1. trackBar

    0下载:
  2. 基于OpenCV编写的视频播放程序,可以用进度天调整播放进度-A video player built using OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:663
    • 提供者:Jessica Bloom
  1. calibrate camera

    1下载:
  2. opencv编写的图像角点获取程序,能够标识出图像角点,并给出详细坐标,提供了测试图片。-This program use opencv to identify corners in a image 。Its results are precise coordinates of each corner. it provides test images.
  3. 所属分类:OpenCV

    • 发布日期:2012-11-15
    • 文件大小:4566132
    • 提供者:awake
  1. AffineTrans

    0下载:
  2. 本程序实现了对图像的读取,仿射变换以及显示的操作,基于openCV编写。-This program enables the image to read, affine transformation and display the operation, based on openCV preparation.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:167303
    • 提供者:宗凯彬
  1. tkgz

    1下载:
  2. 在VS2008平台上基于opencv编写的运动目标检测与跟踪的程序,检测与跟踪方法可选,并对跟踪目标编号,带有AVI视测试视频,效果很好,完全可以运行-Moving target detection and tracking procedures, methods of detection and tracking options, and AVI video with good results, can run
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3650425
    • 提供者:jyq
  1. RectDetector

    0下载:
  2. 利用opencv库自己编写的霍夫直线检测程序,能够有效的检测图形当中的直线。-This information document contains a number of commonly used classical neural network algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:1243046
    • 提供者:jingqiu119
  1. OpenCV_OpticalFlow

    0下载:
  2. 稀疏光流Demo 此程序是斯坦福大学大牛David Stavens 2007年编写,其中程序注解详尽,配有PPT和PDF讲解图文并茂,非常适合初学者学习使用。 本程序基于OpenCV。-Sparse Optical Flow Demo This program is Stanford University Daniel David Stavens 2007 was prepared, including detailed program notes, PPT and PDF with i
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5647660
    • 提供者:Wenzhi Xie
  1. opencv

    1下载:
  2. 这是一个用opencv编写的启动摄像头程序,希望大家用得上- 请键入文字或网站地址,或者上传文档。 取消 朗读将中文译成英语 This is a start with opencv camera program written in the hope that we need them
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:3311
    • 提供者:邢春
  1. FaceRecog_src100902

    1下载:
  2. 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1487828
    • 提供者:yk
  1. xiangweixiangguan

    0下载:
  2. 用c++编写的图像配准的程序,利用的是相位相关算法-With c++ to write the image registration procedures, the use of the phase correlation algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-12-08
    • 文件大小:5229
    • 提供者:王三
  1. multiple-target-template-match

    1下载:
  2. 本程序实现对多目标的模板匹配算法,采用OpenCV编写,-cvMatchTemplate OpenCV multiple target template match
  3. 所属分类:OpenCV

    • 发布日期:2017-01-26
    • 文件大小:1730560
    • 提供者:robert
  1. opencv-shoushi

    0下载:
  2. opencv手势识别程序用VC++编写,可以再这个基础上开发ppt控制,手势控制电脑-opencv gesture recognition program written using VC++ can be developed on this basis ppt control, gesture control computer
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:2249112
    • 提供者:pencauto
  1. PCameraDS

    2下载:
  2. 利用opencv和vs2005编写的MFC界面,可利用网络摄像头或者easycap(usb图像采集器)实时动态显示图像,附有截图说明。以前也上传了一个相同的,据反映有点问题,后发现附加依赖项里加错了lib,现已改好,可直接运行。注意opencv要装好,并在程序中设置好相关选项。希望能帮到大家。-Use opencv and vs2005 writing the MFC interface, can use a network of cameras or easycap (usb image co
  3. 所属分类:OpenCV

    • 发布日期:2014-12-17
    • 文件大小:10281984
    • 提供者:历山
  1. contourDetecting

    0下载:
  2. 用Opencv编写的轮廓监测程序,里面有实验示例,希望有帮助-Opencv prepared with the outline of monitoring procedures, which are experimental example, want to help
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:49772
    • 提供者:yumengze
  1. FaceDetection

    0下载:
  2. 采用openCV编写的人脸检测程序,可直接运行,输入参数为一幅图像,输出图像中将人脸的位置圈出来-Prepared by openCV face detection process, can be directly run, input parameters for an image, the output image will circle the location of the face
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1410243
    • 提供者:wangyun
  1. CvMat_struct

    0下载:
  2. 使用opencv编写程序,编写图形矩阵,用于图像处理和信号处理-To use opencv programming, writing graphical matrix for image processing and signal processing
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:795
    • 提供者:yuan
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com