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

搜索资源列表

  1. opencv-ex2-2

    0下载:
  2. 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似 */
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:94838
    • 提供者:赵富强
  1. c++视频监控

    1下载:
  2. 这个是一个监控系统所必须要求的
  3. 所属分类:图形图象

  1. 创建和显示图像

    0下载:
  2. 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似
  3. 所属分类:图形图象

    • 发布日期:2011-04-02
    • 文件大小:1287668
    • 提供者:sdxtzcq@163.com
  1. TV图像去噪,c源码

    3下载:
  2. TV图像去噪,c源码。网上流传的代码都是用matlab的,在一些情况下非常不合适。所以编写了这个c代码,原理是TV全变分法。,TV image denoising, c source code. Online spread matlab code are used, and in some cases very inappropriate. Therefore, the preparation of the c code, the principle is the TV-wide variati
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-06-08
    • 文件大小:8135
    • 提供者:ww
  1. bag-words-demo.rar

    0下载:
  2. 自李菲菲提出bag of words 这个想法以来,借助于该思路的各种算法层出不穷,也表现非常不错的性能。该文件是在其人的tutorial上提供的一个Demo,有非常详细的注释,希望能给大家带来帮助,Since the LI Fei-made bag of words this idea since the idea of the various algorithms by means of an endless stream, but also doing a very good perfor
  3. 所属分类:Graph program

    • 发布日期:2016-01-24
    • 文件大小:615674
    • 提供者:张俊格
  1. Example3D

    0下载:
  2. 更新的这个C++代码范例演示了一个简单3D引擎。显示屏上所有可见内容都用Open GL ES作了3D渲染;如果终端支持的话该范例也支持硬件加速。这个应用支持S60 3rd Edition及后续版本,可适应不同屏幕尺寸和显示方向。经过更新的这个版本提供了加强的纹理载入并增加了堆与栈的大小。可以从诺基亚论坛网站下载支持S60 2nd Edition和Series 80 2nd Edition的独立范例。主要的类有:OpenGL ES (API), CIdle, Math, CImageDecoder
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:991491
    • 提供者:yagebu
  1. SIFT-opencv-verygood

    3下载:
  2. 我在论坛里找了很多关于这个SIFT算法的程序,很多根本就调不通,这个是我好不容易找到的比较好的结合C++和OPENcv工具箱的程序包,但是还是缺少了几个链接库文件,我已经加到了这个压缩包里面了,关于VC6下如何配置OPENCV的方法,也做了图片放到了里面,过程十分详细,对于初学者使用起来应该是最方便的了,绝对出结果。注意要配置,过程已经很清晰了。-First, note that password is wrh compressed package in the forum I found a
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:10872181
    • 提供者:吴若鸿
  1. sift-C

    1下载:
  2. David G. Lowe 的SIFT算法实现。 这个用纯c编写,不实用matlab,方便调用。-David G. Lowe' s SIFT algorithm. The pure c written impractical matlab, easy call.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-01
    • 文件大小:243637
    • 提供者:lyn
  1. 2D_CAD_System_SRC

    0下载:
  2. 《二维CAD软件的框架结构》,这是一个很好的二维CAD软件的框架结构,学习这个框架可以知道怎样作一个很好的CAD软件的基本方法-"2D CAD software framework," This is a very good 2-D CAD software framework structure, the framework could know how to give a good CAD software for the basic method
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-03
    • 文件大小:73981
    • 提供者:罗龙文
  1. Face_MFC

    0下载:
  2. 本程序是一个人脸识别系统,它是在VC++和opencv环境下下编译成功的,虽然或许本网站有过类似代码。但是这个代码是在别的网站上搜索到的,个人觉得很有典型性,具体下载后调试可知,希望对相关方面的朋友能有所提高!-This procedure is a face recognition system, which is VC++ And compile opencv under the circumstances of success, although perhaps this site has
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:3796218
    • 提供者:龚有平
  1. illumination-normalization

    0下载:
  2. 这个c#编写的程序,用来对人脸图像进行预处理,从而提升人脸识别算法的性能。这里提出了3种用于人脸识别的图像预处理的光照归一化算法,即:Multiscale retinex和anisotropic 和isotropic平滑方法。-The c# Preparation procedures used for face image preprocessing, so as to enhance the performance of face recognition algorithms. Here p
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:251406
    • 提供者:小单
  1. PCA

    0下载:
  2. Adaboost实现人脸检测,这个很好用,速度快,准确-Adaboost face detection to achieve this good use, fast, accurate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:45652
    • 提供者:胡源
  1. tuxiangchuli

    0下载:
  2. 这个压缩文件中包含图像处理中的猫脸变换,信息隐藏等源程序-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3871777
    • 提供者:寒飒
  1. matrixcompute

    0下载:
  2. cuda的一个关于简单程序,矩阵算法实例。利用这个算法可以更好的掌握cuda.他是cuda的入门例子。-cuda
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:42572
    • 提供者:mengliang
  1. SR-restoration

    0下载:
  2. 本文是有关超分辨率研究进展的,对于这个领域的初学者有很大帮助。-This article is about the research progress in super-resolution for this area are very helpful for beginners.
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:140337
    • 提供者:
  1. image

    0下载:
  2. 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-This procedure shows how to use C++ Class to create and display images, the C++ class defined in cxcore.hpp with matrices (CvMatrix) similar to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:960
    • 提供者:wangwei
  1. c

    0下载:
  2. 这个程序是对图像图形处理中的腐蚀和膨胀的处理代码。-This procedure is the image and graphics processing to deal with corrosion and expansion of the code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:487242
    • 提供者:diyicituytututu
  1. cartraning

    0下载:
  2. 用virtools的汽车引擎模块快速开发汽车驾驶模拟程序,虽然有很多的问题,但是基本的结构还是可以的。这个模块的应用可以直接设置外接方向盘。简单的模拟汽车驾驶是不错的选择。-The car engine blocks with virtools rapid development of automobile driving simulation program, although there are a lot of problems, but the basic structure is st
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:5532289
    • 提供者:smith
  1. 1

    0下载:
  2. 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-This procedure shows how to use C++ classes to create and display images, the C++ classes defined in the cxcore.hpp with matrix class (CvMatrix) similar to
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1693773
    • 提供者:陈晨
  1. HSiLib

    0下载:
  2. 这个程序是用C编写的将RGB三色模型转换到HSI(hue, saturation and intensity)颜色空间的库函数。-This program writen in C can tranlate RGB color model into HSI color model.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:732
    • 提供者:周博通
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com