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

搜索资源列表

  1. CPPlda

    0下载:
  2. LDA的c++源代码,可以直接集成在vs2010中,用于对文档分析以及视频的动作识别。-It includes C++ source code for LDA and it can be used directly in VS2010 for document analysis and action detection.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-12
    • 文件大小:5874
    • 提供者:徐琼
  1. huatu

    0下载:
  2. 使用opencv 基于VS2010 绘制图形 包括圆、直线 曲线等-Using opencv based the VS2010 drawing figures include circles, straight line curve
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-21
    • 文件大小:8728181
    • 提供者:Hao Wang
  1. Hough_circle

    0下载:
  2. 霍夫变换(检测圆),vs2010环境下,opencv-Hough transform (circle detection)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:620
    • 提供者:倪佩佩
  1. drawing

    0下载:
  2. 自制画板,包括,画直线,矩形,圆。功能:填充等。编程语言:C#;编译环境:VS2010-Homemade drawing board, including painting line, rectangle, circle. Function: filling. Programming languages​ ​ : C# build environment: VS2010
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-21
    • 文件大小:90226
    • 提供者:
  1. RGBtoHSI2

    0下载:
  2. 将RGB空间图像转化成HSI空间,以便于后期的处理。工作平台为vs2010,需配置opencv-RGB space images into the HSI space, so that the latter part of the processing. The working platform for VS2010 need to configure opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:8900227
    • 提供者:苗春艳
  1. circle_detection

    0下载:
  2. 利用VS2010与opncv2.3.1书写的C代码,实现圆形检测与绘图-failed to translate
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:9159151
    • 提供者:张林
  1. ersanweiliandong

    0下载:
  2. C#条件下编写的关于二三维联动的例子,可以参考学习,编译环境VS2010+ArcGIS-failed to translate
  3. 所属分类:GIS program

    • 发布日期:2017-11-29
    • 文件大小:1838546
    • 提供者:peterpan
  1. ArcEngine--3D

    0下载:
  2. 关于AE组件的三维场景的构件与运行,运行环境是VS2010。-failed to translate
  3. 所属分类:GIS program

    • 发布日期:2017-11-15
    • 文件大小:2059140
    • 提供者:peterpan
  1. Quiz2

    0下载:
  2. 论文《Color Transfer Between Images》的算法实现,主要是图像色彩的转换。开发平台是VS2010.-Paper "Color Transfer Between Images" algorithm, the image color conversion.The development platform is VS2010.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:8847590
    • 提供者:pp
  1. oneCameraClib_OpenCV

    0下载:
  2. 基于VS2010,OpenCV2.3.1版本开以的单目摄像机标定示例。-It s a program about camera calibration based on VS2010 and the library of OpenCV2.3.1.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:20822016
    • 提供者:袁利
  1. threecube

    0下载:
  2. 该实例实现了机器人的手臂,开发语言C++,开发集成工具是VS2010.-The examples of the realization of the robot arm, the development of language C++ the development of integrated tools is VS2010.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-14
    • 文件大小:902
    • 提供者:朱兴宇
  1. testPaint

    0下载:
  2. 可以使用VS2010编译,含有基本的源代码,显示波形图形,可在这基础上自己改动。-VS2010 compiled, containing the basic source code, and display waveform graph, based on their own changes.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-19
    • 文件大小:8475
    • 提供者:sky
  1. Pyramid-final

    0下载:
  2. 基于OpenCV2.4.3、VS2010的控制台程序,按照自己的OpenCV路径进行配置,修改读取图像的位置,之后便可运行。运行结果为可修改层数的图像金字塔构建。-The console program based on OpenCV2.4.3, VS2010, according to their own OpenCV path configuration, modify the position of the image, and then you can run. The results
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:8732181
    • 提供者:李寅暄
  1. LBP

    0下载:
  2. vs2010+opencv的LBP特征向量提取-the LBP features vs2010+opencv vector extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:5807090
    • 提供者:liyuan
  1. HOG

    1下载:
  2. vs2010+opencv的HOG的特征向量提取-HOG feature vector extraction
  3. 所属分类:OpenCV

    • 发布日期:2016-05-06
    • 文件大小:5567488
    • 提供者:liyuan
  1. Hough

    0下载:
  2. vs2010+opencv的霍夫直线特征提取-Hove, vs2010+opencv linear feature extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:5697005
    • 提供者:liyuan
  1. test

    0下载:
  2. 利用非局部均值算法(NLM)去除含噪声图像中的噪声,环境配置为vs2010+OpenCV2.4.4.程序中首先对输入图像添加噪声,然后再对噪声图像进行NLM去噪处理,并与其它算法在处理速度上进行了比较。-Non-local means algorithm (NLM) to remove image noise with noise, the environment is configured to vs2010+OpenCV2.4.4.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:2046165
    • 提供者:三尾虎
  1. Ex002

    0下载:
  2. VS2010 C++编写的BMP图像文件的读写、置固定值处理、反色处理、平滑处理等-VS2010 C++ prepared to read and write BMP image files, set a fixed value processing, anti-color processing, smooth handling, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:1795079
    • 提供者:赵东辉
  1. NovelViewGeneration

    0下载:
  2. 对一幅图像在不同角度进行观测的代码 开发环境为vs2010+opencv2.4.3 具体配置方法不再赘余-Images at different angles on an observation of the code development environment for vs2010+opencv2.4.3 specific configuration methods are no longer redundant I
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:10026161
    • 提供者:闫硕
  1. adaptive_threshold

    0下载:
  2. opencv实现的自适应阈值分割 平台是VS2010 已经编译成功-opencv achieve adaptive threshold segmentation platform is the VS2010 has been compiled successfully
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:849
    • 提供者:liumengyun
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 31 »
搜珍网 www.dssz.com