Welcome![Sign In][Sign Up]
Location:
Search - find contour

Search list

[Special Effectscontour_trace

Description: 將圖形的邊緣作標記 find contour data
Platform: | Size: 1184 | Author: 王貞元 | Hits:

[Graph programsnake.m

Description: snakes are a variational technique to find the best contour that aligns with an image. The basic routine, snake.m, aligns a sequence of points along a contour to the maximum of an array or image. Provide it with an image, a set of starting points, limits on the search space and it returns a new set of points that better align with the image.
Platform: | Size: 2048 | Author: atlas | Hits:

[Data structs等值线追踪与绘制(源代码)(1.0)

Description: 等值线追踪与绘制(源代码)(1.0).rar-contour mapping and tracking (source code) (1.0). Rar
Platform: | Size: 82944 | Author: 郑建华 | Hits:

[DocumentsTIN

Description: 用三角网法绘制等值线,是在三角形的三条边上用线性内插方法寻找等值点,这种方法的机理是将每个三角形看作是空间的一个平面,这就要求在每个三角形的三个顶点内的地貌形态无明显的变化,故此希望将其中最靠近的三个点构成三角形,以符合上述机理,使插补的等值点精度较高,更好的反映地貌的实际形态。符合这些条件的三角形称之为“最佳三角形”-With a triangular mesh contour map is the edge of the triangle with the three methods of linear interpolation to find the equivalent point, the mechanism of this method is to each triangle as a space plane, which requires each triangles three vertices with no obvious patterns of geomorphic change, it wished to put the three points closest to constitute a triangle in order to comply with the above mechanism, so that the equivalent interpolation points higher accuracy, better reflects the landscape the actual shape. Applying these criteria to the triangle known as the
Platform: | Size: 22528 | Author: 赵强 | Hits:

[BooksOpenCV_ppt

Description: opencv开发人员做的关于opencv的PPT,比较简单,入门级的介绍,里面有几个简单的opencv例子比如:找出图像中轮廓,视频中的人脸检测-opencv developer opencv to do on the PPT, relatively simple, entry-level introduction, there are a few simple examples opencv example: to find contour images, video, Face Detection
Platform: | Size: 1540096 | Author: libo | Hits:

[Graph RecognizeCorner

Description: 一种比较好用的边缘检测方法CORNER Find corners in tensity image. % CORNER works by the following step: % 1. Apply the Canny edge detector to the gray level image and obtain a % binary edge-map. % 2. Extract the edge contours from the edge-map, fill the gaps in the % contours. % 3. Compute curvature at a low scale for each contour to retain all % true corners. % 4. All of the curvature local maxima are considered as corner % candidates, then rounded corners and false corners due to boundary % noise and details were eliminated. % 5. End points of line mode curve were added as corner, if they are not % close to the above detected corners.-A more useful edge detection method CORNER Find corners in tensity image. CORNER works by the following step: 1. Apply the Canny edge detector to the gray level image and obtain a binary edge-map. 2. Extract the edge contours from the edge-map, fill the gaps in the contours. 3. Compute curvature at a low scale for each contour to retain all true corners. 4. All of the curvature local maxima are considered as corner candidates, then rounded corners and false corners due to boundary noise and details were eliminated. 5. End points of line mode curve were added as corner, if they are not close to the above detected corners.
Platform: | Size: 78848 | Author: 林蛋大 | Hits:

[Special Effectscontour_trace

Description: 將圖形的邊緣作標記 find contour data-The edge of the graphic marking find contour data
Platform: | Size: 1024 | Author: 王貞元 | Hits:

[DocumentsSurfer_Animation_Course

Description: 找了好久的Surfer动画教程,文件列表: 00如何使用Surfer.swf 01新建文档.swf 02打开文档.swf 03页面布局.swf 04如何网格化.swf 05创建等值面图.swf 06创建等值面图2.swf 07改变等值线等级.swf 08改变等值线属性.swf 09填充等值线.swf 10修改坐标属性.swf 11保存文件.swf 12创建表面图.swf 13改变表面图方向.swf 14改变表面图比例.swf 15创建张贴图.swf 16改变张贴图属性.swf 17参数设定.swf 18使用覆盖.swf 19使用脚本.swf-For a long time to find the Surfer animated tutorial, the list of files: 00 how to use Surfer.swf01 New Document. Swf02 open the document. Swf 03 page layout. Swf04 how gridding. Swf 05 Isosurface plans to create. Swf06 create isosurface Fig.2 . swf 07 to change the contour grade. swf08 isogram attributes change. swf 09 isogram filled. swf10 amend the coordinates attribute. swf11 save the file. swf 12 to create the surface map. swf13 plan to change the direction of the surface. swf 14 changes in the ratio of surface map . swf15 create Zhang map. swf 16 to change the texture properties Zhang. swf17 parameter settings. swf 18 the use of coverage. swf19 using a script. swf
Platform: | Size: 2740224 | Author: zhao | Hits:

[GDI-BitmapBoundaryTracking

Description: 在识别图像中的目标时,往往需要对目标边缘作跟踪处理,也叫轮廓跟踪。顾名思义,轮廓跟踪就是通过顺序找出边缘点来跟踪边界的。-Images in the identification of targets, the target is often necessary for tracking the edge of treatment, also called contour tracking. As the name suggests, contour tracing is to find the edge point of order to track the border.
Platform: | Size: 4096 | Author: 蓝水晶 | Hits:

[Graph programsegmentation

Description: This paper provides an algorithm for partitioning grayscale images into disjoint regions of coherent brightness and texture. Natural images contain both textured and untextured regions, so the cues of contour and texture differences are exploited simultaneously. Contours are treated in the intervening contour framework, while texture is analyzed using textons. Each of these cues has a domain of applicability, so to facilitate cue combination we introduce a gating operator based on the texturedness of the neighborhood at a pixel. Having obtained a local measure of how likely two nearby pixels are to belong to the same region, we use the spectral graph theoretic framework of normalized cuts to find partitions of the image into regions of coherent texture and brightness. Experimental results on a wide range of images are shown.
Platform: | Size: 159744 | Author: aan | Hits:

[Special Effectscv_contour

Description: find contours in image using OpenCV each contour s pixels are stored in a sequence(CvSeq)
Platform: | Size: 2501632 | Author: Jason | Hits:

[matlabgvfsnakeMATLAB

Description: gvf snake 邊緣檢測範例(包含範例圖)-1. Introduction and Installation Instructions ---------------------------------------------- Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The Matlab*.m files in this software distribution implement our GVF snake, the original (Kass, Witkin, and Terzopoulos) snake, the balloon snake, and the distance snake. These programs were designed, written and tested by Chenyang Xu and Jerry Prince. To install this software, simply unzip the file into an empty directory, making sure to ask your unzipper program to restore the directory structure of the zipped files. In this documentation, we will assume that you have unzipped the files into C:\GVF. 2. Documentation ---------------- We have included two research papers that describe GVF. You can find these in C:\GVF\papers. Brief descriptions of the software modules can be found in this file below. For more detail, you should run Matlab, add the path C:\GVF\snake, and type "help function-name". F
Platform: | Size: 1561600 | Author: Jason Wang | Hits:

[Special Effectscontour

Description: 利用opencv找出图像中所有的闭合轮廓,并找到每个轮廓的重心,长轴,短轴及其对应的坐标值-Using opencv find image all closed contour and find every contour of gravity center, long axis, short axis and its corresponding coordinates
Platform: | Size: 3100672 | Author: 刘晓倩 | Hits:

[Special Effectscontour

Description: 本系统可以在实时视频中查找轮廓, 轮廓的提取用opencv语言。-find contour from video file.
Platform: | Size: 119808 | Author: 金花 | Hits:

[OpenCVcontour

Description: OPENCV轮廓检索源代码,实现找到图像中的轮廓和画出轮廓-OpenCV source code find contours and draw contours
Platform: | Size: 1024 | Author: 海蓝 | Hits:

[Special Effectscontour

Description: opencv 查找轮廊 通过findcontours函数查找轮廊-opencv find the contour good
Platform: | Size: 11604992 | Author: zhangtao | Hits:

[Software EngineeringProgram

Description: find contour not complete
Platform: | Size: 1024 | Author: s | Hits:

[Graph programMatch-Contour

Description: 准确的寻找图像的轮廓并能将两个图像的轮廓进行轮廓匹配运算-Find the outline of the image and the two images can outline contour matching operation
Platform: | Size: 2031616 | Author: 布袋 | Hits:

[Special EffectsDib

Description: 对bmp图片的反色,找轮廓边缘,二值化,线性求法,及直方图的功能的实现-Bmp picture anti-color, find contour edge, binarization linear method for finding and histogram function to achieve
Platform: | Size: 9785344 | Author: lizhengli | Hits:

[Graph programcvddzuobiao

Description: 本代码用VC和opencv开发的,用于计算图像中矩形四个顶点的坐标,先二值化,再找轮廊,后定矩形求坐标,很有参考价值-The code used VC and opencv, used to calculate the image coordinates of the rectangle four vertices, the first two values, find contour, after seeking the coordinates given rectangle, great reference value
Platform: | Size: 1900544 | Author: 李明 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net