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

搜索资源列表

  1. opencv-image

    0下载:
  2. opencv 实现图片显示,并有opencv2.2 vs10的配置方法-opencv2.2 c++ vs2010
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11240494
    • 提供者:jiang
  1. shape-detect

    0下载:
  2. 用emgucv结合c#编写 包括hough线变换 hough圆变换 基于vs2010开发环境-With c# prepared with emgucv including hough line transform hough circle transform Development environment based on vs2010
  3. 所属分类:OpenCV

    • 发布日期:2014-10-20
    • 文件大小:435200
    • 提供者:ZZT
  1. MRF_Based

    0下载:
  2. ,论文《Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning》中提出的图像修复算法 1)使用了OpenCV2.2.0和VS2010,设置系统观景变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin 2)生产dll,具体的函数可以查看文件MRF_Based.h 3)如有问题请联系z
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:15736
    • 提供者:
  1. Patch_Sparsity

    0下载:
  2. 算法仿真:论文《Image Inpaiting by Patch Propagation Using Patch Sparsity》中提出的图像修复算法的; 1)使用了OpenCV2.2.0开源机器视觉库,IDE为VS2010 2)设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2;VS2010属性页文件依赖于此环境变量,在Path中添加C:\OpenCV2.2\bin,更具体的环境配置可以查看OpenCV相关手册设置属性页文件或Email:zhen
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:15690
    • 提供者:
  1. Classic_Exemplar

    0下载:
  2. 论文《Region Filling and Object Removal by Exemplar-Based Image Inpainting》中提出的图像修复算法 1)使用了OpenCV2.2.0和VS2010,设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin,可以根据OpenCV提供的用户手册设置属性页文件 2)生产dll,具体的函数可以查看文件Classic_Exemplar.h
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:11949
    • 提供者:
  1. MR8fast

    0下载:
  2. 论文《A Statistical Approach to Material Classification Using Image Patch Exemplars》提出的算法C++实现 1)使用了OpenCV2.2.0和VS2010,设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin,具体可查看OpenCV的用户手册 2)可zhenjia.dou@gmail.com-The algorithms
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:13586
    • 提供者:
  1. siftfeat

    1下载:
  2. SIFT特征提取在vs2010上可以直接运行,已经修改好了的c++版本-SIFT feature extraction can run in vs2010, and has been modified a good c++ version
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:28770382
    • 提供者:ptlove
  1. siftmatch

    0下载:
  2. SIFT从特征提取到匹配完成的整个过程,已经修改好完全可以在vs2010上运行,c++版本的-SIFT extracted from the feature match to complete the whole process has been modified can run in vs2010 c++ version
  3. 所属分类:OpenCV

    • 发布日期:2017-06-20
    • 文件大小:33409644
    • 提供者:ptlove
  1. facedetect_Opencv_haar_adboost_CPP

    0下载:
  2. 人脸检测的程序,用的haar特征和adboost算法,基于opencv的在VS2010上成功运行的C程序。可以检测静态图片,视频,和摄像头的视频中是否含有目标对象的程序。-Face detection program, with the the haar characteristics and adboost algorithm, based on opencv run successfully on VS2010 C program. The program can detect static
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:6476
    • 提供者:jim
  1. circle_detection

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

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

    0下载:
  2. OPENTDL算法的C++版,已使用vs2010调通,具体使用方法见工程里的readme文件-OPENTDL C++ version of the algorithm has been used vs2010 transferred through the specific use, see the readme file in the project
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12630816
    • 提供者:陈留
  1. RoateImage

    0下载:
  2. 在VS2010 C++中用opencv实现对lena照片,进行缩放和动态旋转-In VS2010 C++ using opencv realize the lena photos, zoom and dynamic rotation. . . .
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9467822
    • 提供者:邹普
  1. guidedfilter

    0下载:
  2. kaiming he的guided image filtering的c++代码,利用VS2010+OPENCV2.4.4实现,效果和公布的MATLAB代码相同。-C++ code for KaiMing He s guided image filtering, the result as same as matlab code which publish in the web, project is code via VS2010+OPENCV2.4.4.
  3. 所属分类:OpenCV

    • 发布日期:2014-02-08
    • 文件大小:4342002
    • 提供者:jj
  1. DrawOnPicturebyMouse

    1下载:
  2. VS2010环境下开发,采用C#语言,结合Emgucv实现的简单的画图功能,实现了双缓冲,代码简单,适合初学者。-Under VS2010 development environment, using C# language, combined with simple drawing functions Emgucv implemented to achieve the double buffering, the code is simple, suitable for beginners.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:391783
    • 提供者:向冲
  1. thinning

    0下载:
  2. opencv的细化算法 里面有实例图与源程序 用vs2010写成 低版本的无法直接打开的可以复制cpp的代码重新编译-thin method by opencv written by c++ vs2010
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:7075454
    • 提供者:zqw
  1. c

    0下载:
  2. 用OPENCV实现,可以用于图片的人脸检测与识别,运行于VS2010环境下运行通过-OPENCV is used to implement, can be used for face detection and recognition of images, run run through in VS2010 environment
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:2025
    • 提供者:李逍遥
  1. Chapter8_FaceRecognition

    0下载:
  2. 《Mastering OpenCV with Practical Computer Vision Projects》中第8章源代码,vs2010 c++可直接运行 -"Mastering OpenCV with Practical Computer Vision Projects" in Chapter 8 of the source code, vs2010 c++ can be run directly
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6558790
    • 提供者:尹强
  1. CurveExtraction

    1下载:
  2. 个人整理程明明博士曲线提取的代码,已经配置了opencv的基于VS2010源程序-Curve extraction C++ code
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19644650
    • 提供者:刀花
  1. speed_detection

    0下载:
  2. 本程序是基于虚拟线圈的流动车速检测程序,平台为VS2010+OpenCV2.4.10(This procedure is based on the virtual coil flow speed detection procedures, the platform for VS2010+OpenCV2.4.10)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:3871744
    • 提供者:wxh1438
  1. K均值分类

    0下载:
  2. 基于VS2010平台和openCV开发的,实现遥感影像的k均值分类(K mean classification for remote sensing images)
  3. 所属分类:OpenCV

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