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

搜索资源列表

  1. watermark-openCV2.3.1

    1下载:
  2. 给图像添加任意文字水印,可传入参数是文字内容,输入图片路径,文字颜色,大小,保存图片路径。支持中文输出!VS下C++编程,使用openCV 2.3.1-To add any text watermark image, but to parameter is the text content, input image path, text color, size, save image path. Support Chinese output! Under the VS C++ programmi
  3. 所属分类:OpenCV

    • 发布日期:2015-10-30
    • 文件大小:29.92mb
    • 提供者:李凯
  1. DFT

    0下载:
  2. vs下C++编程,使用openCV第三方库的C++接口函数编写而成的离散傅里叶变换。注意是新的C++接口而不是老的C接口。-Under the vs C++ programming, the use of openCV third party c++ library interface function to write a discrete Fourier transform. Pay attention to is the new C++ interface and not old C in
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:3.7mb
    • 提供者:李凯
  1. ImageMarkByText_Demo

    0下载:
  2. 给图片添加图片水印的代码,VS下C++编程,使用openCV2.3的新C++接口函数.含测试图片,已编译。-To the picture to add images watermarking code, VS C++ under programming, use openCV2.3 new C++ interface function. Including test images, compiled.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:4.09mb
    • 提供者:lee
  1. 3

    0下载:
  2. 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1.32kb
    • 提供者:sdsdsdfg
  1. FindMoving

    0下载:
  2. 由运动目标检测的两种基本方法----帧间差分法和背景差分法,借助于OpenCV技术,在Visual C++ 6.0编程环境下开发了运动目标检测系统。该系统首先对不同途径采集的视频图像序列进行相关的预处理之后,分别采用不同检测算法检测出图像序列中的变化区域,最后用形态学滤波和连通性分析对变化区域进行后处理,从而将视频图像序列中的运动目标比较可靠地检测出来。-The two basic methods of moving target detection---- inter-frame diffe
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:9.29mb
    • 提供者:罗超
  1. VCPP

    0下载:
  2. c++6.0编程代码,车道线检测,可运行,实现报警和鸣笛两种措施。运行前对OPENCV进行设置,并下载一个视频解码器。-the programming c++6.0 code, lane line detection can be run to achieve alarm and whistle two measures. Opencv set before running, and download a video codec.
  3. 所属分类:OpenCV

    • 发布日期:2015-02-06
    • 文件大小:4.17mb
    • 提供者:chenying
  1. FaceDetection

    0下载:
  2. 该程序是在C++平台上运行可编译通过的源代码,该程序可以实现图片上的人脸检测,是笔者通过自学编程实现的,效果还不错,为准备开始学习opencv的小同学们提供参考-The program is running on a platform in C++ can compile the source code, the program can detect the human face on the picture, is the author of programming through self-
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:27.23mb
    • 提供者:曲盛铭
  1. Image-_recon

    0下载:
  2. 完成两幅图像的稀疏点的匹配和重建,C++的编程环境,opencv函数库-Do two sparse points matching and reconstruction of the image, c++ programming environment, opencv function library
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.35mb
    • 提供者:蓝灵
  1. yinying

    1下载:
  2. 较好地实现了阴影检测和去除的功能,采用的是OpenCV和C++来进行编程,对去除阴影有比较好的效果。-Well, we can realize the function of the shadow detection and removal, USES is OpenCV and c++ programming, have a good effect to remove the shadow
  3. 所属分类:OpenCV

    • 发布日期:2016-01-26
    • 文件大小:8.76mb
    • 提供者:傻蛋
  1. Avi-file-edge-detection-

    0下载:
  2. 本程序是基于OPENCV的C代码编程,其主要功能是对视频文件提取边缘。边缘提取的算法是Canny算法。-This program is based on the C code programming OPENCV, its main function is to extract the video file edges. Canny edge detection algorithm is the algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5.77mb
    • 提供者:Yuan Li
  1. watershed

    0下载:
  2. 基于opencv的c++编程,用分水岭算法对图像进行轮廓提取-Based on the opencv c++ programming, using the watershed algorithm for image contour extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:1.32kb
    • 提供者:李少芳
  1. opencv-watershed-segmentation

    0下载:
  2. C#编程环境下利用OpenCV实现分水岭图像分割的代码文档- Under the C# programming environment to achieve watershed image segmentation using OpenCV code documentation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:7.29kb
    • 提供者:user
  1. OpenCV_VS2010

    0下载:
  2. OpenCV 是一个功能强大的计算机视觉库,要用好它,除了要具有相关的计 算机视觉理论知识外,还需要具有一定的编程能力。本书作者通过对 OpenCV 中 文论坛中的大量问题观察,发现有很大比例的问题是因为用户对 C/C++语言不熟 练,导致出错, 或出错后不知如何解决。如果对 C/C++语言不熟悉,那使用 OpenCV 时会满头雾水瞎摸索,费心费力。 在这一章中,将介绍一些编程的基本概念, 让读者对编程的流程有一个基本 了解。这样在出现错误时,可以快速确定错误的类型,并知
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1.61mb
    • 提供者:张鑫
  1. draw-the-outline-of-the-convex-hull

    0下载:
  2. OPENCV学习代码,绘制轮廓的凸包,对初学者有一定帮助-OPENCV learning code, draw the outline of the convex hull, based programming Opencvd of C++
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:127.74kb
    • 提供者:曹郁文
  1. camera_v2

    0下载:
  2. C#编程,OpenCV,双目视觉,构建三维空间,可对该空间内坐标进行定位,并在电脑窗口上显示两个摄像头的实时图像,获取坐标。本程序适用于win7系统,是四旋翼定位巡航研究的部分程序,希望对大家有所帮助。- C# programming, OpenCV, binocular vision, to build three- dimensional space, the space coordinates can be positioned, and in the computer window di
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1.72mb
    • 提供者:西山
  1. pixel-put-and-read

    0下载:
  2. 主要为图像的像素值的读取和输出,采用opencv和C++编程,-Mainly for the image pixel values of the load and the output, using opencv and c++ programming,
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.16kb
    • 提供者:seven
  1. HSV-historgram--extract

    0下载:
  2. vs2013 + opencv2.4.9 提取图像HSV直方图,程序已经经过注释和调试,编程语言c++ -vs2013+ opencv2.4.9 extracted image HSV color histogram, the program has been successful debugging, you can run, c++ programming
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.76kb
    • 提供者:殷梦霞
  1. Growth_Split

    0下载:
  2. 用C语言实现区域的生长、分裂与聚合,完成对图像的处理-Use C programming language to realize the growth,split and merge of region,Completing the disposition of image.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3.05mb
    • 提供者:卢西
  1. depth

    0下载:
  2. 使用Kinect对深度图像进行采集,使用C++编程实现(The use of Kinect for depth image acquisition, using C++ programming)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:9.38mb
    • 提供者:放小妞妞
  1. opencv程序源代码

    0下载:
  2. opencv最基本的入门编程,图像处理最基本操作(Opencv basic introductory programming, the most basic operation of image processing)
  3. 所属分类:OpenCV

    • 发布日期:2018-03-01
    • 文件大小:24.69mb
    • 提供者:雪狐123456
« 12 »
搜珍网 www.dssz.com