CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - openCV c

搜索资源列表

  1. zhifangtu

    0下载:
  2. 二维图像直方图的均衡化,可以显示直方图,C++程序,OpenCV编写-Two-dimensional image histogram equalization, display the histogram, C++ program, OpenCV write
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:430935
    • 提供者:周靖昆
  1. test

    0下载:
  2. C++链码识别,通过输入图像,自动寻找轮廓的链码,需在opencv下执行-C++ chain code recognition, by the input image, automatically find the outline of the chain code, need to run opencv under
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:1027
    • 提供者:益文
  1. DiskManager

    0下载:
  2. 磁盘管理工具。使用C++结合OpenCV编写,支持对普通文件及图像视频流的数据流进行存储并管理磁盘。-Disk Management tool. Use C++ combined OpenCV written support of ordinary files and image of the video stream data stream to store and manage the disk.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:19592364
    • 提供者:田金龙
  1. test.tar

    2下载:
  2. 使用opencv开发的一款分割视频到镜头的源码,如果要用,请确保你会安装opencv,并且请先用ffmpeg切割视频到帧,再用此代码进行检测。 环境: ubuntu,eclispe,c++。-It is a code for cuting videos into lens using opencv. Before downloading,you should make sure that you know how to build opencv path.Please first cut v
  3. 所属分类:Other systems

    • 发布日期:2017-08-25
    • 文件大小:144384
    • 提供者:chen
  1. AI_Corner-Point_DIY

    0下载:
  2. c++ opencv自己写的角点检测程序 效果很好-c++ opencv
  3. 所属分类:.net

    • 发布日期:2017-11-10
    • 文件大小:3905998
    • 提供者:Jerry
  1. AI_Border-Detection_DIY

    0下载:
  2. c++ opencv 自己实现的边缘检测程序-c++ opencv
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:3021824
    • 提供者:Jerry
  1. Corners

    0下载:
  2. 首先,请检查/样品在你的OpenCV的分布/ C/ squares.c的。这个例子提供了一个方形的检测,如何检测角落类似的功能,它应该是一个不错的开始。然后,一起来看看在OpenCV的功能,导向功能,如cvCornerHarris()和cvGoodFeaturesToTrack()。 上述方法可以返回许多角落类似的功能 - 最不会“真正的角落”你正在寻找。在我的应用程序,我只好检测,旋转或倾斜的广场(透视)。我的检测流水线包括: 从RGB转换为灰度级(cvCvtColor)
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:914
    • 提供者:clark
  1. cv_draw

    0下载:
  2. 基本的opencv操作,用c++实现。。可以画出简单的曲线。。通过这个小代码,可以分析cv坐标的定义。编译器为vs2010-Basic opencv operation achieve with c++. . You can draw a simple curve. . Through this code, you can analyze the definition of cv coordinates.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:8058627
    • 提供者:yaoshengyun
  1. meanastd

    0下载:
  2. source code for mean and standard deviation for image in visual c++,opencv
  3. 所属分类:.net

    • 发布日期:2017-11-19
    • 文件大小:11398
    • 提供者:sindhu s
  1. drawing-board-

    0下载:
  2. 绘图板 C++实现在VS下的图形开发 可以作为在OPenCV下进行修改-Graphics developers can the the drawing board C++ achieve in VS as modifications under OPenCV
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:113662
    • 提供者:zhang
  1. sample1

    0下载:
  2. opencv 在c++ builder 中的应用! opencv 在c++ builder 中的应用!-the application of OPENCV in the C++ Builder
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:516781
    • 提供者:jianbangli
  1. app2

    0下载:
  2. opencv 在c++ builder 中的应用,点击button 组件即可打开需要的图片-the application of OPENCV in C++ Builder
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:2158961
    • 提供者:jianbangli
  1. calibration

    0下载:
  2. 单目摄像机标定,摄像机标定源代码程序,c++,opencv-single camera calibration,camera calibration, C++,opencv
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-12-07
    • 文件大小:777
    • 提供者:黎明
  1. RegionGrow

    0下载:
  2. 是用c和opencv编写的控制台应用程序,直接运行就可以出结果。-C and opencv write console application can run directly results.
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:1786
    • 提供者:马鹏程
  1. Trackbar

    0下载:
  2. 用opencv和c编写的读取视频的程序,带滚动条。-Read the video program written using opencv and c, with scroll bars.
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:599
    • 提供者:马鹏程
  1. szTest

    0下载:
  2. 根据sz的经典论文实现的图像细化(骨架化)程序。程序中没有使用opencv,而是使用了matcom C++库函数。需要用到matlib.h和matlib.lib。-Sz classic paper to achieve the image thinning (skeleton) program. The program does not use opencv, but the use matcom C++ library functions. Need matlib.h and matlib.l
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:631275
    • 提供者:高海
  1. project1.1_opencv

    0下载:
  2. 用c++编写的适合新手学习的opencv滤波小程序-Written c++ suitable for novice learning opencv filter applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:7235303
    • 提供者:doraprince
  1. ShiPin

    0下载:
  2. 使用opencv获取摄像头视频在picture控件上显示,通过c++实现,在vc6.0上可以通过,不过必须安装opencv后才可以。可以获取图像,保存视频,代码简单,易学,刚做完与大家分享-Using opencv video camera to obtain the picture control on the display, through the c++ implementation, in vc6.0 can be passed, but before they can be inst
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-17
    • 文件大小:2259710
    • 提供者:王志远
  1. LeastSquaresFittingPlaneAndCurve

    0下载:
  2. 使用C++以及OpenCV实现的最小二乘法的平面拟合,以及应用平面拟合达到的图像背景去除,以及曲线拟合方法-Use C++ and OpenCV implementation of the least squares plane fitting, and the application reaches the image plane fitting background removal, and the curve fitting method
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:1387445
    • 提供者:xiaoxian
  1. background_subtraction

    0下载:
  2. this project made a background subtraction by using opencv 2.4.3 and c++ language
  3. 所属分类:Console

    • 发布日期:2017-11-14
    • 文件大小:972215
    • 提供者:NM
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com