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

搜索资源列表

  1. ov7725config 摄像头驱动IC OV7725的初始化代码

    1下载:
  2. 摄像头驱动IC OV7725的初始化代码,用来配置OV7725输出QVGA或QQVGA格式的RGB565图像,可以直接驱动常用的CPU接口TFT屏。-Driver IC OV7725 camera initialization code to configure the OV7725 output QVGA or QQVGA format RGB565 image, you can directly drive common CPU interface TFT screen.
  3. 所属分类:图片显示浏览

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:yangchanghai
  1. chengxudaimapeizhi

    1下载:
  2. 基于vb.net的autocad二次开发用程序代码配置并渲染图形,用程序代码配置材质,光源和渲染图形-Vb.net based on secondary development of autocad code used to configure and rendering graphics, with program code configuration materials, light sources and rendering graphics
  3. 所属分类:绘图程序

    • 发布日期:2014-02-15
    • 文件大小:854037
    • 提供者:赵德金
  1. yuanma

    0下载:
  2. 对于PCA ,LDA,BIC,EBGM都有很详细的代码。但是需要在LINUX下配置运行。不过代码较有参考价值。-For PCA, LDA, BIC, EBGM have a very detailed code. But the need to configure to run under LINUX. However, a more useful code.
  3. 所属分类:Wavelet

    • 发布日期:2017-05-20
    • 文件大小:5902473
    • 提供者:xiaobai
  1. opengraphs

    0下载:
  2. OpenSceneGraph配套的Sample文件,可以用来学习OpenSceneGraph的初级编程。此源代码如果在您的机器上通过编译,那么说明您没有正确得配置OpenSceneGraph库文件。-OpenSceneGraph supporting Sample files can be used to study the primary programming OpenSceneGraph. This source code on your machine if you compile, t
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:379216
    • 提供者:马宏
  1. cube

    0下载:
  2. 自动旋转的cube(立方体) 基于VC++ 利用openGL做出的源程序 需要配置glut和glui-Automatic rotating cube (cube) on VC++ using openGL to make the source code need to configure the glut and glui
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:653513
    • 提供者:cs55n5
  1. TankWorld_OpenGL-2.0

    0下载:
  2. 这是我从一个由pascal语言opengl1.0编写的坦克射击游戏移植而来。 先移植为C++。尔后由于工作需要,又将其移植为纯C语言opengl2.0 的代码。代码通用与WIN32项目和中间件 以及机顶盒中。上传的这个工程是WIN32上调试用的。 由于部分特殊要求,游戏中的所有资源文件在本版本中全部都被转化为头文件包含形式,不再有对文件的操作,详情看到代码即可了解。 -----注意---- 代码是VC6.0环境下编译运行,但由于转变为.h的资源文件过大,VC6.0下会出现
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-02
    • 文件大小:9505844
    • 提供者:赵洋
  1. les1_con

    0下载:
  2. 基于控制台的VC OpenGL空框架程序,最小的OpenGL程序,短短几行代码,适合初学者第一次配置opengl使用。-Console based on VC OpenGL framework of procedures, the minimum of the OpenGL program, just a few lines of code, suitable for beginners to first configure OpenGL to use.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:256491
    • 提供者:老段
  1. histogram-equalization-

    0下载:
  2. 这是直方图均衡化代码编写的详细说明书,从安装VC6.0到配置,到建立工程,如何添加代码-This is the histogram equalization, coding instructions, and install VC6.0 to configure to build project, how to add the code ...
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:249629
    • 提供者:rainbow
  1. Calibration

    0下载:
  2. 进行巴斯勒相机的标定代码,配置环境为vs2008-Basler camera calibration code, configure the environment for vs2008
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16041161
    • 提供者:张赛
  1. Opengcv-beijingchafa

    0下载:
  2. 采用背景差发实现运动物体提取,必须配置好opencv,否则会出现代码不能解析缺少dll文件的问题!-The background subtraction hair moving object extraction, you must configure opencv otherwise the code can not resolve the missing dll files!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10044032
    • 提供者:李小龙
  1. Code-Of-Paraboloid-in-opengl

    0下载:
  2. 包含用opengl绘画旋转抛物面的VC++代码以及配置opengl环境的配置文档。-Contains the opengl painting rotational paraboloid VC++ code as well as configure opengl environment configuration documentation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-06
    • 文件大小:5331
    • 提供者:guoenzhou
  1. contours

    0下载:
  2. opencv的等高线代码,要先配置opencv库。-opencv contour lines of code, first configure opencv library.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1113
    • 提供者:songtzu
  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. detect

    0下载:
  2. 视频中检测运动目标的OpenCV代码,需要首先配置好OpenCV-Video detected moving target OpenCV code, you need to first configure OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:637
    • 提供者:沙霍特
  1. de

    0下载:
  2. 基于HOG和SVM的行人检测代码,需要配置opencv-HOG and SVM-based pedestrian detection code need to configure opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:7516160
    • 提供者:yang
  1. Corner-detection

    0下载:
  2. 角点检测实例源代码。运行在visual c++下。运行前要配置好opencv,否则会出错。-Corner detection source code examples. Run under the visual c++. To configure before running opencv, or an error occurs.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:1636643
    • 提供者:夏小满
  1. OpenCV---HandGesture

    1下载:
  2. 本源码实现了基于摄像头检测手掌和拳头的功能。 1. 源码项目是基于VC2010,需要自行配置好OpenCV2.0以上版本环境。 2. 本源码使用了两个训练文件 palm2.xml和fist2.xml, 运行前应将此两个文件复制到D盘根目录。-The source code project achieves camera-based detection of palm and fist. (1) The project is based on the VC2010, you ne
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:20291
    • 提供者:Richard Fu
  1. introduction_to_svm

    0下载:
  2. 支撑向量机(SVM),源码,可直接编译,编译前需要配置Opencv和VS。 用于分类-Support vector machine (SVM), source code can be compiled directly, you need to configure before compiling Opencv and VS. For classification
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1040
    • 提供者:李立
  1. Code-Of-Paraboloid-in-opengl

    0下载:
  2. 包含用opengl绘画旋转抛物面的VC++代码以及配置opengl环境的配置文档。-Contains the opengl painting rotational paraboloid VC++ code as well as configure opengl environment configuration documentation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:5375
    • 提供者:uneThe
  1. SIFT_RANSAC

    0下载:
  2. VS2012 x64+opencv做的图像拼接,参照了别人的代码改编。 做的是左右拼接,上下的行不行没试过。 主要函数就是图像的储存位置,需要在代码里改下 测试了下还是比较稳健的,拼接效果尚可,不过重叠部分可能产生鬼影,另外接缝处有小裂缝,如果不满意,可再设计方法优化 所有代码均含注释,浅显易懂,含测试图片 运行时请自行配置好头文件和lib文件目录-VS2012 x64+ opencv image stitching done with refe
  3. 所属分类:OpenCV

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