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

搜索资源列表

  1. trackscv1000

    0下载:
  2. 一个基于opencv的车辆跟踪代码,效果非常好,有对比,环境为Visual C 6.0 ,一定对你有所帮助的源代码。-Opencv-based vehicle tracking code, the effect is very good, there is contrast, the environment for Visual C 6.0, will help you source code.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8.23mb
    • 提供者:
  1. SURF_VC6.0

    0下载:
  2. Visual C++ 6.0 平台下使用OpenCV库实现的SURF特征点检测算法,效率较SIFT特征点检测要高。正确配置OpenCV后能修改输入图像能正确运行。-SURF feature point detection algorithm implemented using the OpenCV library under the Visual C 6.0 platform, more efficient than the SIFT feature point detection is hig
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4.37mb
    • 提供者:king
  1. SVM-opencv-visual-C-6.0

    0下载:
  2. opencv中的支持向量机源程序,将日文翻译过来,中文注释,通俗易懂,比较adaboost-opencv source of support vector machines, translated to Japanese, Chinese, comments, user-friendly, more adaboost
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:17.31kb
    • 提供者:天天
  1. Digital-Image-Processing

    0下载:
  2. 数字图像处理 中值滤波和中值滤波 visual C++6.0 配置opencv进行的图像处理。-Digital image processing median filter and median filter
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1.22kb
    • 提供者:乌有
  1. GetContourPoints

    0下载:
  2. 结合OpenCV,读取指定轮廓上的所有点-use Visual C++6.0+ openCV,read the points in the specified contours.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-17
    • 文件大小:334.33kb
    • 提供者:雷会
  1. cvhw4

    0下载:
  2. opencv中中值滤波,利用visual c++ 6.0 编写-median filter in opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2.23mb
    • 提供者:kevin
  1. mid_filter

    0下载:
  2. 自己编写的高性能中值滤波源码,visual c++ 6.0实现-I have written high median filter source, visual c++ 6.0 implementation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2.35mb
    • 提供者:kevin
  1. motion-detection-techniques

    0下载:
  2. 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:379.32kb
    • 提供者:mei88
  1. OpenCV_VC6.0_surf

    1下载:
  2. Visual C++ 6.0平台基于OpenCV的SURF图像特征点的检测和匹配源代码,能正确的实现图像特征点的检测和匹配功能,对研究图像特征点匹配非常有帮助。-The Visual C++ 6.0 platform is based on OpenCV SURF image feature points detection and matching of source code, can correct the image feature point detection and matchin
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2.97mb
    • 提供者:king
  1. FaceTracking

    0下载:
  2. 本程序为基于OpenCV的人脸跟踪,采用Visual C++ 6为开发平台。-This program is face tracking based on OpenCV using the Visual C development platform....
  3. 所属分类:OpenCV

  1. pca

    0下载:
  2. 基于Opencv和Visual C++ 6.0的PCA实现-Based on Opencv and Visual C++ 6.0 PCA realized
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:10.25kb
    • 提供者:吴金滨
  1. opencvCameraSave

    0下载:
  2. 在VisualC++6.0环境下,配置Opencv1.0来完成对摄像头的读取和保存,保存为avi格式的视频-Visual C++ 6.0 environment, the configuration Opencv1.0 read on camera, and save, save video to avi format
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:607byte
    • 提供者:张宾
  1. opencvHarris

    0下载:
  2. 用C++实现的Harris角点检测,里面有用到Opencv中的结构,在VisualC++6.0下需要配置opencv1.0才能运行-Harris corner detection is implemented in C++, which is useful to structure Opencv need configure opencv1.0 to run under Visual C++6.0
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:2.87kb
    • 提供者:张宾
  1. opencvMontionCount

    0下载:
  2. 用Opencv实现的视频处理中前景二值图像中连通区域个数的统计,需要再Visual C++6.0下配置opencv1.0才能运行-Opencv realize the video processing statistics of the number of connected regions in binary image of the prospects, the need to Visual C++ 6.0 to configure opencv1.0 to run
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:896byte
    • 提供者:张宾
  1. FindMoving

    0下载:
  2. 由运动目标检测的两种基本方法----帧间差分法和背景差分法,借助于OpenCV技术,在Visual C++ 6.0编程环境下开发了运动目标检测系统。该系统首先对不同途径采集的视频图像序列进行相关的预处理之后,分别采用不同检测算法检测出图像序列中的变化区域,最后用形态学滤波和连通性分析对变化区域进行后处理,从而将视频图像序列中的运动目标比较可靠地检测出来。-The two basic methods of moving target detection---- inter-frame diffe
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:9.29mb
    • 提供者:罗超
  1. opencv-source-code

    0下载:
  2. 用Visual C++6.0和opencv1.0搭建的基于opencv初学者的实例源代码.-Using Visual C++6.0 and opencv1.0 built based opencv source code examples for beginners.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5.44mb
    • 提供者:舒福舟
  1. source-code

    0下载:
  2. Opencv教程的实例源代码 书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。-Opencv tutorial source code examples in the book
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4.65mb
    • 提供者:yangxiaohua
  1. Face-all-the-source-code

    0下载:
  2. 人脸识别的全部源代码(在Visual C++6.0下可以运行识别-Face all the source code (in Visual C++6.0 can run identification
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3.83mb
    • 提供者:司明飞
  1. read-and-show-video

    0下载:
  2. 在visual c++6.0平台下利用opencv读取并显示视频帧-read and show the frames of vedio
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:637byte
    • 提供者:qingdou
  1. facedetect

    0下载:
  2. 篇基于opencv的人脸检测与识别的论文,在Visual C++ 2005环境下给出了如何用OpenCV库开发人脸检测程序的方法-One based on the opencv face detection and recognition of the paper, the Visual C++ 6.0 environment, how to use OpenCV library gives developers face detection procedures.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-01
    • 文件大小:12.8mb
    • 提供者:刘伟
搜珍网 www.dssz.com