CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - opencv code

搜索资源列表

  1. myface-0.2.2.alfa.tar.gz

    0下载:
  2. 应用QT和OpenCV编写的有关人脸识别的程序代码,适合在linux下应用opencv的读者参照学习,Applications QT and OpenCV prepared by the face recognition program code, suitable for use under linux reference opencv readers to learn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5605303
    • 提供者:范德耀
  1. track.tar

    0下载:
  2. This distribution contains source code for a simple object tracking program using particle filtering. You need to have the OpenCV Library and the GNU Scientific Library (GSL) installed to compile and use the programs. See the below two links:-T
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:9733435
    • 提供者:zhou
  1. opencvtest

    0下载:
  2. OpenCV (open video library) capture test for Linux. Built using Code::Blocks. Project files included.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2817
    • 提供者:zhou wan
  1. template_match

    0下载:
  2. Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Win32 Console Application.-Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Wi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:18691
    • 提供者:Sun
  1. gabor

    0下载:
  2. it is opencv code for generating gabor features
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:22319
    • 提供者:ambarish
  1. calibration

    0下载:
  2. Calibration one camera from video capture. Code similar to opencv sample but portable to QT.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:111244
    • 提供者:Maxx
  1. serial

    0下载:
  2. linux下的视频采集,用QT结合opencv.实习的。 是一个很好用的代码。可以直接下载到ARM10中运行-video capture under linux, using QT with opencv. internship. Is a good use of the code. Can be directly downloaded to run ARM10
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:60319
    • 提供者:liuwu
  1. scan_img

    0下载:
  2. 本文来讲讲Mat存储的像素该怎么对其进行扫描?扫描的效率又如何?   文章参考opencv自带的tutiol及其code。   实验功能:   可以手动选择打开电脑上的图片。   对4种对Mat矩阵的扫描方法效率进行比较,这4种扫描方法分别为:连续内存直接访问;用迭代器进行访问;直接像素点进行访问;用LUT查找表进行访问;这4种扫描方法可以在菜单栏进行选择。   这些访问完后是将每个访问到的像素点的像素进行压缩,压缩间隔可以在软件的界面中进行修改。   软件的下端显示每
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:174080
    • 提供者:wuwei
  1. mask

    0下载:
  2. 本文主要讲讲怎样对Mat矩阵进行mask操作,其实也就是对Mat矩阵的滤波操作,俗称卷积,参考文献为opencv自带的tutiol及其code.   开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5.   实验功能:   单击Open image按钮,手动选择所需滤波的原图片。   单击Setting按钮,弹出对话框,选择滤波所用的模式,这里有2种模式,分别为自己实现滤波功能和采用opencv自带的滤波函数filter2D实现。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:163840
    • 提供者:wuwei
  1. add_img

    0下载:
  2. 本文主要讲的是怎样将2幅图片叠加,就像电影里面有时候出现的镜头一样,2幅图片可以按照不同比例重叠,当然这里主要是利用opencv自带的函数addWeighted().参考资料为opencv自带tutiol及其代码。   开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5.   实验功能:   单击Open image1按钮,打开第1幅图片并在左边显示出来。   单击Open image2按钮,打开第2幅图片并在中间显示出来。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:71680
    • 提供者:wuwei
  1. change_value

    0下载:
  2. 本文主要讲讲怎样改变图片的对比度和亮度,其实就是图片像素值线性变化了而已,对比度对应线性变化的系数,亮度对应其常量。参考资料为opencv自带tutiol及其code.   开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5.   实验功能:   单击Open image按钮,在电脑中打开一张图片并显示出来。   拖动Contrast滑动条,改变对比度的值,可以看到对比度值的改变过程在滑动条下方显示,左边图片对应为其对比度改变后的效
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:634880
    • 提供者:wuwei
  1. VedioPlay.tar

    0下载:
  2. 关于Opencv的代码学习,视频载入,播放等功能的实现,适合初学者学习。-Realization on the learning of the Opencv the code, the video loaded, playback and other functions, suitable for beginners to learn.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-15
    • 文件大小:3677451
    • 提供者:zhoudarui
  1. stasm2.4

    0下载:
  2. OpenCV下人脸特征点检测,C++源代码,装了OpenCV可直接运行-OpenCV Human Face feature points the detection, C++ source code, installed OpenCV can directly run
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:15224272
    • 提供者:lyc
  1. recon3d

    0下载:
  2. 利用Opencv和Opengl进行三维还原的源代码,对进行图像处理研究很有帮助 -Opencv and OpenGL 3D restore the source code, image processing research helpful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:19004
    • 提供者:阳军连
  1. Chapter5_NumberPlateRecognition

    0下载:
  2. Automatic Number Plate Detection System Source Code from Mastering Opencv E-book
  3. 所属分类:Driver develop

    • 发布日期:2017-11-10
    • 文件大小:5812815
    • 提供者:mvp
  1. linux--opencv-source-code

    0下载:
  2. 基于ARM平台的 Linux系统下 opencv移植元源代码-Based on the ARM platform porting Linux system opencv source code element
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:481158
    • 提供者:clint
  1. opencv-feature-tracker-4a282a407d29

    0下载:
  2. 用于特征跟踪的算法源码,里面有不同的跟踪算法-For feature tracking algorithm source code, which has a different tracking algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:8334556
    • 提供者:chen
  1. face_recognition

    0下载:
  2. 基于opencv的人脸识别代码,采用主分量分析的方法-Face recognition based on opencv code, using the method of principal component analysis
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:587184
    • 提供者:陈俊岭
  1. Code

    0下载:
  2. 进行加密算法的基础学习,对于初学者可以简单地学习理解。-Learn how to play video images, as well as the basic knowledge of opencv.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-16
    • 文件大小:25343012
    • 提供者:gwg
  1. OpenCV--083691uCOS_957653Grid-35896

    0下载:
  2. 源码OpenCV 083691uCOS_957653Grid-35896的功能还是不错的,同学们也可以用来学习与参考-OpenCV source code- 083691 ucos_957653grid- 35896 function is good, the students can also be used to study and reference
  3. 所属分类:Network Security

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