搜索资源列表
opencv_drawing
- 本文主要讲讲怎样用opencv画一些基本图形,这些图形包括,直线,圆,椭圆,多边形等。参考资料为opencv自带tutiol及其code。 开发环境:ubuntu12.04+Qt4.8.2+QtCreator2.5+opencv2.4.2 实验功能: 1.单击Drawing1按钮,将会画出atom图形,并且可以看出该图形成的过程,共分5个步骤画,每画完1个部分会自动停留1s,以便观察,然后画下一个部分,直至完成atom图形。 2.单击Drawing2按钮,将会画出
Coutour_polygon
- 用OpenCV来编写,用摄像头获取图像,并用帧差法提取二值化图像,再用多边形逼近的方法来提取图像的轮廓-Using OpenCV to prepare, with the camera to obtain images, and the frame difference method used to extract two binary images, and then a polygonal approximation method to extract the contours of the
draw
- 用OpenCV实现简单图形的绘制,线段、矩形、多边形以及文本写等。共同学习-Using OpenCV simple drawing, line, rectangle, polygon and text and writing. Learning together
tuxianghuizhi
- OpenCV的图像绘制功能 可以画一个填充的多边形等-OpenCV' s image rendering capabilities
DrawingImage
- 用OpenCV实现多种形状图像生成的演示,包括:矩形、圆、线段、多边形、填充的多边形以及写字等-Achieve a variety of shapes using OpenCV image generation presentation, including: rectangle, circle, line, polygon, polygon fill, and writing, and so
ConvexHull2D
- 对任意二维多边形,求出其二维凸包函数,用java实现-complex hull
JxpFillpolygon
- 多边形,剪裁,种子法填充,改进划线的方法-Polygon, cutting, Seed Law to fill, improve the method of drawing a line.
shiyan
- 将背景与前景从视频中分割开 并将前景进行多边形或凸包处理-Background and foreground separated from the video and The foreground polygon or convex hull
opencv_rand_draw
- 本文主要介绍下opencv中自带的一个随机数发生器的类RNG,这里我用这个类来画一些图形,和基础学习笔记之opencv(13):基本绘图 一文中类似,只是 这里画出来图像的坐标,大小,颜色,角度等所有信息都是随机的,且是用RNG这个类产生的。参考文献为opencv自带tutiol及其代码。 开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5 实验功能: 1. 该实验可以画6中几何图形和1个文本显示,每种都是画80个,每画完一
sample
- 这个例子是将图像中所有的点都用一个多边形区域包括起来-This example is all the points in the image are included together with a polygonal area
opencv-relex-detection-
- 对槽内多边形区域是否松动出槽外的松动检测,本程序运用harris角点检测的方法进行处理,-Polygonal area is loose on the tank outside the groove loose detection, the use of this program harris corner detection method for processing,
OpencvSegmentation-20130822
- 以Opencv为基础,用多边形对图像进行切割。包含的一般技术有:Opencv的图像基本操作;鼠标绘制多边形,调整多边形的顶点;将图像位于多边形内的部分切割下来,保存到目标位置。-The function of image segmentation by using polygong ROI is developed. OpenCV 2.4.5 is used.
opencv-realize-circle-on-the-map
- 程序实现功能:通过鼠标左键画线、圆、椭圆、多边形。右键点击鼠标实现橡皮擦功能。还可实现逻辑画图-itis good for you learning opencv !
20_DrawImage
- 使用OpenCV进行基本的绘图操作;包括绘制椭圆、绘制圆、绘制多边形、绘制线段。-Using OpenCV basic drawing operations including drawing ellipses, draw a circle, polygon drawing, drawing lines.
approxPoly_test
- 使用opencv自带的多边形拟合算法,进行轮廓的角点检测-Using opencv own polygon fitting algorithms, corner detection profile
blobs
- BLOB分析,轮廓提取,轮廓外接多边形拟合,vs2010,opencv2.4.8-BLOB analysis, contour extraction, external polygonal contour fit, vs2010, opencv2.4.8
OpenCV模板匹配的方法识别手势
- 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
interact_area.tar
- 计算任意多边形的相交面积和相并面积,用于衡量多边形的重合度(calculate the intersection area and union area of arbitrary polygon)
FindGravity
- 利用visual studio编程,使用opencv库识别并查找多边形重心(find gravity of polygon withOpenCV)