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

搜索资源列表

  1. opencv_sample.rar

    0下载:
  2. 在mfc中使用opencv的开发实例,实现了canny算法、矩形检测、金字塔切割等算法,mfc,opencv,canny,find square...
  3. 所属分类:2D图形编程

    • 发布日期:2017-05-29
    • 文件大小:11.59mb
    • 提供者:hopper
  1. getdrawrect

    0下载:
  2. 该程序用opencv实现对一个图像中的目标画矩形框,对学习目标跟踪的同学有很大的帮助。-The program using opencv achieve the goal of painting an image rectangle box, target tracking students learning a great help.
  3. 所属分类:Special Effects

    • 发布日期:2016-12-23
    • 文件大小:1.33kb
    • 提供者:贺燕
  1. juxingjiance

    2下载:
  2. opencv矩形检测,采用金字塔方法,可以对多幅图同时检测。-opencv rectangle detection, using the pyramid method, can simultaneously detect pieces of map.
  3. 所属分类:OpenCV

    • 发布日期:2014-02-07
    • 文件大小:1.48kb
    • 提供者:贾建辉
  1. face and lips

    1下载:
  2. opencv用来检测唇部和人脸,并且在图像窗口中添加一个新的矩形窗口-lips and face detects
  3. 所属分类:压缩解压

    • 发布日期:2013-06-04
    • 文件大小:2.46mb
    • 提供者:吕晋普
  1. cvHull

    0下载:
  2. 基于OpenCV的最小凸包外接矩形程序,其中黄色的点为外接矩形的中心点-OpenCV package based on minimum convex bounding rectangle procedure, in which yellow rectangle center point for the external
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1.03kb
    • 提供者:Swai
  1. cvFitEllipse_J

    0下载:
  2. 使用openCV偵測橢圓,並於外矩形框中畫記實線. 不同於範例之偵測方式.外舉行框可旋轉角度表示.-Use openCV ellipse detection, and in line outside the rectangular box drawing documentary. Different from the examples of detection methods. Outside the box can be held in rotation, said.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1017byte
    • 提供者:王建名
  1. draw

    0下载:
  2. 用OpenCV实现简单图形的绘制,线段、矩形、多边形以及文本写等。共同学习-Using OpenCV simple drawing, line, rectangle, polygon and text and writing. Learning together
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.32mb
    • 提供者:meijing
  1. Fractal1

    0下载:
  2. 绘制分形混浊曲线、Julia集、和Mandelbrot集的程序源代码,程序运行后,分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域进行放大。-Fractal mapping turbidity curve, Julia sets, Mandelbrot sets and source code, the program running, re
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:52kb
    • 提供者:何坤
  1. squares

    0下载:
  2. 在opencv中检测一个图像是否有矩形,本程序很实用-An image in opencv detect whether the rectangle, the procedure is very useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2.73kb
    • 提供者:HEllO2010
  1. zijixie

    0下载:
  2. 检测图像中矩形并画出 opencv下用vs2008运行无误-Detection of the image and draw rectangle using vs2008 to run correctly under opencv
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1.98kb
    • 提供者:杨杰
  1. Figurerecognize

    3下载:
  2. 用opencv库函数识别图像中包含的图形数量和形状,能够识别矩形,三角形,圆形-figure recognize
  3. 所属分类:OpenCV

    • 发布日期:2013-05-20
    • 文件大小:2.21mb
    • 提供者:付果
  1. RectDetector

    0下载:
  2. 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.02mb
    • 提供者:chenwenlue
  1. opencvlizi

    0下载:
  2. 在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法-Opencv mfc used in the example, to achieve a canny algorithm, surf algorithm, the rectangle detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11.58mb
    • 提供者:ckolk
  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1.2kb
    • 提供者:
  1. EnclosingRect

    0下载:
  2. 输入二值图像,可以测出图像中前景元素的大小。有三种测量方式,分别是最小包络矩形、标准(水平)包络矩形和给定方向包络矩形。基于opencv。-Input binary image, the image can be measured in the size of foreground elements. There are three measurement methods, namely, the smallest rectangular envelope, standard (horizont
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8.49mb
    • 提供者:杨榕
  1. detected-rectangle

    1下载:
  2. 利用opencv测量矩形的C++程序,可以直接检测出矩形,即使背景很复杂-Measured using a rectangle opencv C program, you can directly detect the rectangle, even if the background is very complex
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2.63kb
    • 提供者:azure
  1. opencv-callback-draw-rectangle

    0下载:
  2. 基于Opencv,使用回调函数绘制矩形框。-Based on Opencv, using a callback function to draw a rectangle.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.29mb
    • 提供者:lovelylcj
  1. 车牌识别

    1下载:
  2. 基于opencv,矩形区域搜索有问题, 具有好的和谐结构,是一个很好的基础
  3. 所属分类:OpenCV

    • 发布日期:2013-10-22
    • 文件大小:23.57mb
    • 提供者:731116215
  1. squareD

    0下载:
  2. 结合opencv库的使用,用c++代码实现了图片里的矩形检测(use opencv, and c++ detect rectangle in image)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-21
    • 文件大小:5.2mb
    • 提供者:呼123
  1. Opencv元件识别源码和DLL

    1下载:
  2. LED元件识别和相关库文件,关于角度识别和外接矩形框。(LED component identification and related library files)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:1.75mb
    • 提供者:opencvp
« 12 3 4 5 »
搜珍网 www.dssz.com