CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C OPENCV

搜索资源列表

  1. OpenCV_deom

    0下载:
  2. 基于OPENCV的演示程序,能进行动态物体的识别与跟踪,里面有C的源代码,还有可执行文件,是初学者很好的例子。-Based on the OPENCV demo program, can be used for moving object recognition and tracking, which are C source code, and executable file, is a very good example for beginners.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-30
    • 文件大小:21791
    • 提供者:张翔雨
  1. connectprocess

    0下载:
  2. 在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c
  3. 所属分类:OpenCV

    • 发布日期:2017-12-07
    • 文件大小:872189
    • 提供者:wuwei
  1. LearningOpenCV_Code

    0下载:
  2. 《学习opencv》这本书的相应章节的源码,由于是1.0的版本,里面的代码都不是用C++实现的,而是用的类。只能作为入门,与类有关的还是还是上网看一些新鲜的吧~-Learning opencv " source of the corresponding chapter of this book, because it is version 1.0, code inside is not C++ achieve, but with class. Only as an entry with
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:21177344
    • 提供者:吴立彬
  1. texture

    0下载:
  2. GLCM descr iptors with opencv 2.3.1 and C-GLCM descr iptors with opencv 2.3.1 and C++
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:5352
    • 提供者:Maroua
  1. TestRecog

    0下载:
  2. VC2005 opencv2.1 环境,标准C语言读取bmp图像并获取RGB,此过程与OPENCV无关,只是没有OPENCV可能编译不通过-The the VC2005 opencv2.1 environment, the standard C language to read bmp image and get the RGB, this process has nothing to do with the OPENCV, just not the OPENCV may compile not
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-02
    • 文件大小:5571470
    • 提供者:王海岗
  1. CsORB

    0下载:
  2. 基于Opencv改写的的提取ORB特征算子的C#代码。-Implementation of ORB feature, modified from OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:45176
    • 提供者:yuewu
  1. rgb2yuv420

    0下载:
  2. opencv & c++ ,颜色空间转换,RGBtoYUV420-opencv & c++, color space conversion, RGBtoYUV420
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:2548
    • 提供者:魏江月
  1. zhifangtu

    0下载:
  2. 二维图像直方图的均衡化,可以显示直方图,C++程序,OpenCV编写-Two-dimensional image histogram equalization, display the histogram, C++ program, OpenCV write
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:430935
    • 提供者:周靖昆
  1. gaosi

    0下载:
  2. 基于混合高斯背景建模的方法用于检测场景中的运动车辆,采用Visual C++和OpenCV实现,程序有详细注释,并且附带测试视频,希望对大家有帮助。-The movement of vehicles, based on Gaussian mixture background modeling method for detecting the scene to adopt the Visual C++ and OpenCV realization, procedures detailed note
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:7834484
    • 提供者:离逝的风
  1. 3

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

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

    0下载:
  2.   1.用OpenCV实现打开一幅彩色图像,显示出来;   2.将其转换为灰度图并保存为文件;   3.将其二值化并保存为文件(二值化阈值最好用滚动条交互式输入,图像二 值化效果能实时变化更好,可参考OpenCV的sample程序edge.c)-1 using OpenCV open a color image display 2 converted to grayscale and saved as a file 3 the second value and save
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1924525
    • 提供者:戴佳毅
  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
    • 文件大小:9736542
    • 提供者:罗超
  1. main

    0下载:
  2. This program is used to make Perspective Transformation using OpenCV functions. It s written on C++ Builder Platform.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-06
    • 文件大小:4774
    • 提供者:lindstorm
  1. vehicle-detection

    0下载:
  2. 基于帧间差分的方法用于检测场景中的运动车辆,采用Visual C++和OpenCV实现,程序有详细注释,并且附带测试视频,希望对大家有帮助。-The movement of vehicles based on frame difference method is used to detect scene using the Visual C++ and OpenCV realization procedures detailed notes, and come with a test video
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:4438056
    • 提供者:离逝的风
  1. lens

    2下载:
  2. 鱼眼图像畸变校正的代码,基于C鱼眼实现,校正效果与Opencv差不多-The fisheye image distortion correction code, C-based fish-eye correction effect Opencv almost
  3. 所属分类:Special Effects

    • 发布日期:2014-05-29
    • 文件大小:1655808
    • 提供者:薛锋
  1. CT_CPP_sq_v1

    0下载:
  2. 基于OpenCV的CompressiveTracking(压缩感知目标跟踪算法) C++ 代码,利用Harr特征,在特定场景下有较好的跟踪效果。-To Harr characteristics based the OpenCV s CompressiveTracking (compressed sensing, target tracking algorithm) C++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-10-30
    • 文件大小:3041138
    • 提供者:郑小超
  1. calibration

    0下载:
  2. Calibation code using OpenCv with C-Calibation code using OpenCv with C++
  3. 所属分类:Compiler program

    • 发布日期:2017-12-10
    • 文件大小:9003
    • 提供者:Amal
  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-14
    • 文件大小:17444864
    • 提供者:lu
  1. OpenCV2.Cookbook

    0下载:
  2. 本书特别推荐给想学opencv2.0以上的同学, OpenCV 2的C++版本,利用类的思想,有很多具体的例子,比帮助文档要好些,非常好的opencv学习资料-The book is especially recommended to the students want to learn opencv2.0, OpenCV' s C++ version, the use of thought, there are many specific examples better than hel
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:5364824
    • 提供者:yaoyao
  1. text

    0下载:
  2. 基于visual c++,利用opencv开发的有关人脸识别功能的代码-Opencv development based on visual c++, face recognition function code
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:2779722
    • 提供者:金萌珏
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com