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

搜索资源列表

  1. opencv-ex3-4

    0下载:
  2. /* 程序名:drawing..c 功能:展示OpenCV的图像绘制功能
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5712
    • 提供者:赵富强
  1. lineplot222

    0下载:
  2. VC+OPENCV画直线的程序,很不错!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2257
    • 提供者:赖做梦
  1. Paint

    0下载:
  2. opencv中的鼠标事件响应例子,拖动鼠标可以在opencv窗口的图像上画出矩形。 在VS2005下做的,运行需要opencv库。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2736819
    • 提供者:cwl
  1. Line

    0下载:
  2. 通过OPENCV对曲线进行直线拟合,曲线输入为图片,输出为一副直线的图片,可以参考一下
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:7621
    • 提供者:朱志强
  1. 1

    0下载:
  2. 在opencv下实现的prewitt边缘检测
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:79905
    • 提供者:bing
  1. colorHist把图像分为HSV三个平面画成直方图

    0下载:
  2. OpenCV读入一个图像,然后把图像分为HSV三个平面,把它们的颜色分布画成直方图,在窗口中显示-OpenCV reads an image, then the image is divided into three planes HSV, they painted the color distribution histogram, shown in the window
  3. 所属分类:绘图程序

    • 发布日期:2017-03-23
    • 文件大小:5114
    • 提供者:张小雪
  1. draw.rar

    0下载:
  2. 基于opencv的绘图程序,可以实现在图片上用鼠标画线的功能,Opencv-based mapping procedures, can be achieved with the mouse in the picture on the function of drawing a line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:236802
    • 提供者:wangz
  1. BezierOPENCV.rar

    0下载:
  2. OPENCV下的贝塞尔曲线绘制,可用鼠标控制曲线形状,键盘控制曲线显示,Bezier curves under OPENCV drawn curve can be used to control the shape of the mouse, keyboard control curve shows
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-03
    • 文件大小:1507254
    • 提供者:何迪
  1. MouseDraw

    0下载:
  2. 一个基于opencv的鼠标操作绘图的程序,可以作为opencv测试之用~-Opencv of mouse-based drawing program, can be used as a testing opencv
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1429378
    • 提供者:高天
  1. HoG.rar

    1下载:
  2. 经典HOG算法,基于梯度的直方图提取算法,用于人体检测十分有效!,HOG classic algorithms, gradient-based histogram extraction algorithms, used in human testing is very effective!
  3. 所属分类:Graph Drawing

    • 发布日期:2016-03-04
    • 文件大小:4202
    • 提供者:Yang
  1. opencv

    0下载:
  2. opencv关于如何控制从视频文件中隔张提取图片-opencv
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:2546
    • 提供者:wk
  1. ploydraw

    0下载:
  2. 基于OpenCV的画图程序,可以画出多边形,程序中设定了5个点,画出的是5边形,可增加点数画更多边形-OpenCV-based drawing program, you can draw polygons, the program set a five-point, draw a 5-gon, drawing more polygons increase Points
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:190413
    • 提供者:bill
  1. autofocus

    4下载:
  2. 显微镜自动对焦MFC+opencv,包括数据采集和聚焦评价函数算法,后面继续奉上步进电机控制-Microscope autofocus MFC+opencv, including data collection and focusing evaluation function algorithm, the latter continue to offer the stepper motor control
  3. 所属分类:Graph Drawing

    • 发布日期:2016-09-12
    • 文件大小:10976256
    • 提供者:wuzhanguo
  1. bezierline

    0下载:
  2. 绘制贝塞尔曲线的程序,可以修改控制点,连接多条曲线,修改曲线精度等操作。在opencv下实现。 -Bezier curve drawing procedure, you can modify the control point to connect a number of curves, modify curve precision operation. Achieved in opencv.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:2305
    • 提供者:feimiao
  1. OpenCv_file_operate

    0下载:
  2. 该程序主要实现文件操作,用opencv实现,是MFC基于对换诓的应用程序-The main achievement of the program file operations using opencv realization is based on MFC applications for swindle
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:9583
    • 提供者:zhengligang
  1. huaxian

    0下载:
  2. 利用OpenCV函数库编写的实现响应鼠标操作并进行画线的功能。-Prepared using OpenCV library implementation of response to the mouse to draw lines to operate and function.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:924
    • 提供者:刘文娟
  1. hello

    0下载:
  2. OpencV实现边沿检测,简单易懂,但是难免存在不当之处,请各位高手指教-OpencV to achieve edge detection, simple and easy to understand, but inevitably there is any irregularities, please master Zhijiao
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:128532
    • 提供者:芳草
  1. Bezier

    0下载:
  2. 该源码用于在opencv下实现贝赛尔曲线. 可以修改控制点,连接多条曲线,修改曲线精度等操作。-The source used to achieve Bezier curves in opencv. Can modify the control points, connecting a number of curves, modify the curve precision operation.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:1975
    • 提供者:张桦
  1. Read-opencv-sequences

    0下载:
  2. opencv中的序列是如何读取和存储的。并实现在视频或图像上读出才序列的数据,显示在图像上。-opencv in sequence is how to read and stored. And the achievement of the video or image data read out before the sequence is displayed on the image.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-19
    • 文件大小:1845994
    • 提供者:杨松超
  1. DXFRead-master

    0下载:
  2. 读取dxf文件,并利用opencv画出2D形状(Read the DXF file, and draw a 2D shape using OpenCV)
  3. 所属分类:绘图程序

« 12 »
搜珍网 www.dssz.com