CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv C

搜索资源列表

  1. Color-histogram

    0下载:
  2. C++结合opencv实现的提取图像的颜色直方图,并显示出来。此代码在vs2010下,成功运行。效果很好。-C combined with opencv realize the extraction of image color histogram, and displayed. This code in vs2010, successful operation. The effect is very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11569855
    • 提供者:雨季
  1. SURF

    0下载:
  2. 简单的opensurf算法,c语言实现,用到了opencv-the SURF detector-descr iptor scheme used in the OpenSURF library is discussed in detail.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1449052
    • 提供者:赵书睿
  1. huiduzhuanhuan

    0下载:
  2. 本程序在Visual C++平台上使用OpenCV中的函数来实现图像灰度转换。解压后的文件夹可以在VC上直接运行。-OpenCV function to achieve the image grayscale conversion program in Visual C++ platform. After extracting the folder can be run directly on the VC.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2687611
    • 提供者:姜维
  1. New-Window

    0下载:
  2. creating new window source code with C++ and using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1421
    • 提供者:Buddhika
  1. DEMO

    0下载:
  2. opencv车辆检测是在夜间进行检测 利用c语言进行编程-opencv of car checking in the night
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:904972
    • 提供者:陈笑
  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
    • 文件大小:10494
    • 提供者:吴金滨
  1. OpenCV_sliderVideo

    0下载:
  2. 一个简单的OpenCV读取本地视频,并自动加载播放进度工具显示、可以拖动的cpp源程序文件。在VC2008环境中,需要预先安装好OpenCV2.0,并把OpenCV2.0的包含路径添加到VC2008“工具”菜单选项的C++目录中环境,而后新建一个win32控制台应用程序项目,把这个项目的Debug调试属性的链接器输入子项添加附加依赖项cxcore200.lib cv200.lib highgui200.lib。通过对这个程序的掌握可以慢慢过渡到利用MFC的slider控件代替这个程序里自发呈现的
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:595
    • 提供者:huanghanyu11
  1. HaveImgFun

    0下载:
  2. 本代码为C++所写的,基于openCV的图像检测的基本示例程序-This code is written for C++, the basic sample program based on image detection of openCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9568253
    • 提供者:于永涛
  1. HGabormatlab_e

    0下载:
  2. 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 已通过测试。 -Here are three of the Gabor to achieve high-quality code, respectively, based on C, OpenCV, Matlab, we take what we need it.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:21013
    • 提供者:举例
  1. opencvCpp

    0下载:
  2. opencv当中的C++学习案例大全,很经典,是学习Opencv的基础教程-the opencv which the C++ of learning case Daquan, very classic, is to learn the the Opencv the basis of tutorial
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:8119053
    • 提供者:gujili
  1. eluosi

    1下载:
  2. 用C++,在opencv下编写著名的俄罗斯方块游戏,通过简单的键盘点击就可以玩。-Opencv under C++, to write the famous Tetris game can be played by a simple click of the keyboard.
  3. 所属分类:其他游戏

    • 发布日期:2013-11-12
    • 文件大小:9861071
    • 提供者:wang zhongzhi
  1. mt

    0下载:
  2. 用opencv和c语言实现的不变矩计算,这里使用的是最原始的做法-Opencv and c language the moment invariants calculation used here is the most primitive
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:801
    • 提供者:
  1. Morphology

    0下载:
  2. 对图像的dilate或erode ,使用基于Opencv的C代码-Dilate or erode an input image by using C code based on OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:182196
    • 提供者:angela
  1. TuXiangChuLi

    0下载:
  2. 用OpenCV实现的人脸识别sift算法程序,主要是C语言写的,调用了一些OpenCV的函数库-OpenCV achieve recognition sift algorithm program is mainly written in C language, called some of the OpenCV library
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:14954
    • 提供者:孙晓川
  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
    • 文件大小:2938
    • 提供者:张宾
  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
    • 文件大小:896
    • 提供者:张宾
  1. cvedge

    0下载:
  2. 用c++环境下的opencv去用滑动条做canny算子的边缘提取-Canny operator edge extraction the c++ environment of opencv to do with the slider
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1642781
    • 提供者:liang
  1. threshold

    0下载:
  2. threshold using Visual C ++ with OpenCv Library
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:532
    • 提供者:nhấ t trúc
  1. OpenCVdemo

    0下载:
  2. Image Equalization with OpenCv and Visual C-Image Equalization with OpenCv and Visual C++
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13808362
    • 提供者:fracicco
  1. CVShift

    0下载:
  2. 用OPENCV 和VS2008实现图像的平移 C++类-use opencv and vs2008 shift image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:5606
    • 提供者:ZY
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com