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

搜索资源列表

  1. Grayscale-conversion

    0下载:
  2. 利用OpenCV载入工程文件夹中的彩色图像,进行灰度转换,并将转换前后的两张图片同时显示出来。-Load color images in the project folder using OpenCV and make the grayscale conversion, then show the two pictures.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.14mb
    • 提供者:xiaoyao
  1. Sobel-Laplace-Canny-matlab-code

    0下载:
  2. 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:633.34kb
    • 提供者:吕明
  1. circledetect

    0下载:
  2. 这是一个eclipse工程,利用opencv2.2中的霍夫变换寻找圆心坐标。-This is a eclipse project.It is used to find the circle point.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:85.69kb
    • 提供者:田晓林
  1. MFC-in-OpenCV

    1下载:
  2. 内容包括MFC中使用opencv的知识,从穿件工程,使用opencv库, 在mfc类中增加函数等。-Including the use of MFC opencv knowledge engineering from wear, use opencv library, add the mfc class functions, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:369.92kb
    • 提供者:wangyanqin
  1. Adaboost

    0下载:
  2. AdaBoost算法提取图像的整体特征 含api 可直接导入到工程中-opencv AdaBoost
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.89mb
    • 提供者:王磊
  1. VS2008OpenCVTestBest

    0下载:
  2. 实现OpenCV的免配置应用,直接在工程中使用opencv,可以把工程拷贝到任意其他电脑上使用!使用VS2008实现,直接运行即可。-Achieve OpenCV-free configuration application, direct use opencv project works can be copied to any other computer on the use of! Implemented using VS2008, can be run directly.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-09
    • 文件大小:4.9mb
    • 提供者:张元科
  1. HoughLine

    0下载:
  2. 一个基于opencv库函数的VC工程,通过霍夫变换提取图像中的直线-One based on the opencv library function of the VC project, through the Hough transform to extract the linear image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1.27mb
    • 提供者:周周
  1. Detailed-tracking-source

    0下载:
  2. 如果要跟踪的物体颜色和背景色有较大区别,可用基于颜色的跟踪 如CAMSHIFT 鲁棒性都是较好的。 此源码是一个opencv自带的CamShift算法使用工程实例(有非常详细的注释)。该实例的作用是跟踪摄像头中目标物体,目标物体初始位置用鼠标指出,其跟踪窗口大小和方向随着目标物体的变化而变化。-If you want to track the object color and background color is quite different, color-based tracking is
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:3.66kb
    • 提供者:fire
  1. image-edge-detection

    0下载:
  2. 压缩包含一个文件夹和三个文档。文件夹是图片Canny边缘检测的工程文件,有源代码和可执程序。三个文档是介绍在MFC中如何添加关联函数来使用openCV。-Contains a compressed folder and three documents. Pictures folder is Canny edge detection project files, source code and executable programs. Three documents are introduced
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:LiChongliang
  1. JavaProjectopencv249

    0下载:
  2. java中配置opencv249的例程,写的测试的工程-java configured opencv249 routines, written test engineering
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2.26kb
    • 提供者:姚永光
  1. OpenCV2.4.10_properties

    0下载:
  2. OpenCV2.4.10配置文件,OpenCV的配置一向是个麻烦事,现在把配置文件挂出来,用户只要在新建工程时把该配置文件包括到环境中即可 环境:win7 64位;visual studio2013-OpenCV2.4.10 profile, OpenCV configuration has always been a hassle, now hanging out the configuration file, allowing the user when creating a ne
  3. 所属分类:OpenCV

    • 发布日期:
    • 文件大小:1.2kb
    • 提供者:李洪珊
  1. pointvalue

    0下载:
  2. 嵌套opencv的图像像素显示,可直接在vS中打开,或者加入工程-Nested opencv image pixel display, can be directly vS open, or join the project
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:树哥
  1. EMCV

    0下载:
  2. 嵌入式的opencv库,可以一直到dsp的工程中使用,移植教程百度可以有。-Embedded opencv library can be transplanted to the use of dsp projects, Baidu can be transplanted.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:602.19kb
    • 提供者:刘勇
  1. Chapter4_StructureFromMotion

    0下载:
  2. 该工程是深入理解OpenCV第四章使用OpenCV研究从运动中恢复结构的源码。-The project is in-depth understanding of OpenCV Chapter 4 using OpenCV to study the source of the structure motion recovery.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-11
    • 文件大小:1.01mb
    • 提供者:wuqiaoqiao
搜珍网 www.dssz.com