CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - configure

搜索资源列表

  1. LiveWireAuto

    0下载:
  2. 这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了-This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:84781
    • 提供者:Jerry
  1. random_walker_matlab_code

    0下载:
  2. 一个图像分割的实例,用MATLAB编写,需要配置GC工具箱-An example of image segmentation using MATLAB prepared, need to configure the GC Toolbox
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:33232
    • 提供者:芳芳
  1. Digitalimageprocessing

    0下载:
  2. 对最新版本的OpenCV新增的功能作了详细的论述,并且讨论了在C++Builder环境下如何配置OpenCV,最后在此基础上给出了两个应用实例。对数字图像处理的研究具有一定的实用价值。-The latest edition of the OpenCV new features were discussed in detail and discussed the C++ Builder environment how to configure OpenCV, the last on the bas
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:178907
    • 提供者:胡戈
  1. color

    0下载:
  2. 终极颜色配置手册,制作漂亮图片不再难,莫失良机.-some color configure data,and it is useful for designer.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:392700
    • 提供者:陈成
  1. cuda2.3_vs2005

    0下载:
  2. 详细介绍了CUDA Driver,toolkit,SDK的安装步骤和方法,并且包括Visual studio 2005的配置内容 -this document introduce how to install CUDA Driver、toolkit、SDK and how to configure Visual studio 2005 in details
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:5304
    • 提供者:王利利
  1. VC6comfigerOpenCV

    0下载:
  2. VC6下安装与配置 - OpenCV China :图像处理,计算机视觉库,Image Processing, Computer Vision-VC6 install and configure- OpenCV China: Image Processing, Computer Vision, Image Processing, Computer Vision
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:121280
    • 提供者:李小蓝
  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. contours

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

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

    0下载:
  2. 图像处理Sift 特征匹配算法。用到GSL库,需在 VS2010中的配置GSL才能正常运行。-Sift image processing feature matching algorithm. Use the GSL library, you need to configure the GSL in VS2010 to run properly.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:957282
    • 提供者:朱继祥
  1. vtk_CONFIG

    0下载:
  2. VTK配置方法,windows下vtk如何配置的说明-VTK configuration method shows how to configure the windows vtk
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:521
    • 提供者:luffy
  1. qt-camera

    2下载:
  2. qt creator配置opencv实现摄像头的测试,读取,拍照等功能-qt creator configure opencv realize the camera test, reading, photography and other functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2866958
    • 提供者:潘姣
  1. harris-opencv

    0下载:
  2. 基于opecv2.4.9实现Harris角点。具有很大的参考价值。。只要配置了环境,即可运行,但是关于尺度不变性还有待解决-Based opecv2.4.9 achieve Harris corner. Has great reference value. . Just configure the environment, you can run, but on the scale invariance has yet to be resolved. . . . .
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:3194
    • 提供者:blake
  1. hpc

    1下载:
  2. 基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。 没有可视化界面。 需要先配置OpenCV和OpenMP。 理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。 -The implementation of OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2016-09-22
    • 文件大小:466944
    • 提供者:JiaJunLee
  1. CT--reconstructi

    0下载:
  2. CT图像重建系统,本程序需要先安装和配置好vtk环境才能编译并以命令行方式运行,效果不错。-CT image reconstruction system, the program needs to install and configure the VTK environment to compile and run at the command line mode, the effect is good.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12484260
    • 提供者:your father
  1. face

    0下载:
  2. 关于人脸检测,人脸定位问题,可以在opencv上实现,配置好就行-About face detection, face location problems, can be implemented on opencv, configure Haojiu Hang
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:430216
    • 提供者:刘芳雪
  1. CTImageReconstruction

    0下载:
  2. ct图像重建系统,本程序需要先安装和配置好vtk环境才能编译并以命令行方式运行。-ct image reconstruction system, the program you need to install and configure vtk environment to compile and run the command line.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:12074544
    • 提供者:李平敏
  1. sift6

    0下载:
  2. 基于sift的图像融合程序,亲测可用,需配置opencv-Sift based image fusion procedure, pro-test available, configure opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:15069846
    • 提供者:徐楠
  1. illum_maps

    0下载:
  2. 论文源代码 :[2013TIFS] Exposing digital image forgeries by illumination color classification-Some notes on A) Compilation B) Execution of the code C) Parameters D) General remarks on our work in color constancy and image forensics E) Referencing
  3. 所属分类:Special Effects

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