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

Search list

[BooksRRC

Description: A salient-boundary extraction software package based on the paper: S. Wang, T. Kubota, J. M. Siskind, J. Wang. Salient Closed Boundary Extraction with Ratio Contour, IEEE Transactions on Pattern Analysis and Machine Intelligence, 27(4):546-561, 2005-err
Platform: | Size: 12533760 | Author: ly | Hits:

[Special Effectssnake

Description: Snake是提取物体精确轮廓常用的算法,自Kass于1987年提出以来,已广泛应用于数字图像分析和计算机视觉领域。由于SNAKE模型具有良好的提取和跟踪特定区域内目标轮廓的能力,因此非常适合于医学图像如CT和MR图像的处理,以获得特定器官及组织的轮廓。Matlab编写。-Snake is the precise object contour extraction algorithms commonly used, since Kass in 1987 proposed, it has been widely used in digital image analysis and computer vision fields. SNAKE model as a result of good extraction and tracking a specific target region contour, and therefore very suitable for medical images such as CT and MR images of the treatment in order to obtain a specific outline of organs and tissues. Matlab prepared.
Platform: | Size: 3072 | Author: | Hits:

[Graph programFetchObject

Description:  在图像识别领域中,图像提取是最基础也是最重要的一个环节.如果前期图像提取错误,无论识别技术多么高超,也不会识别出正确的对象.本程序演示如何从图象中提取人物轮廓.-In the field of image recognition, image extraction is the most basic and most important aspect. If the pre-image extraction error, no matter how superb recognition technology, it would not identify the correct object. This procedure demonstrates how to extract characters from the image contour.
Platform: | Size: 232448 | Author: 吴文滔 | Hits:

[Special Effectsyunfeng

Description: 该函数用于简单背景下运动目标检测和轮廓提取,虽为简易实现,但效果不错,可根据个人需要添加代码-This function for a simple moving object detection and contour extraction, although it is easy to achieve, but good results can be based on individual need to add code
Platform: | Size: 41984 | Author: 高洪佳 | Hits:

[Special Effectsasd

Description: 这是我在图像处理实验课上做的实验 将给定图象的目标物体进行图像锐化处理,边缘检测,及轮廓提取-This is my experiment in image processing class to do the experiment of a given object image sharpening image processing, edge detection, and contour extraction
Platform: | Size: 340992 | Author: 海海 | Hits:

[Documentstracking

Description: This paper proposes a new method of extracting and tracking a nonrigid object moving while allowing camera movement. For object extraction we first detect an object using watershed segmentation technique and then extract its contour points by approximating the boundary using the idea of feature point weighting. For object tracking we take the contour to estimate its motion in the next frame by the maximum likelihood method. The position of the object is estimated using a probabilistic Hausdorff measurement while the shape variation is modelled using a modified active contour model. The proposed method is highly tolerant to occlusion. Because the tracking result is stable unless an object is fully occluded during tracking, the proposed method can be applied to various applications.
Platform: | Size: 2163712 | Author: sacoura31 | Hits:

[Special Effectsregionbased_seg

Description: Region Based Active Contour Segmentation:基于活动轮廓的图像分割算法,MATLAB代码,可用于目标提取,包括实验图片-Region Based Active Contour Segmentation: Active Contour-based image segmentation algorithm, MATLAB code, and can be used for object extraction, including the experimental image
Platform: | Size: 10240 | Author: 猪哥不亮 | Hits:

[Special EffectsImage_Paper_XuXG

Description: 用Snake算法和基于动态规划的图搜索算法,有效地实现了复杂物体轮廓特征的提取。 -With the Snake algorithm and based on dynamic programming graph search algorithm, effective implementation of the complex features of an object contour extraction. 
Platform: | Size: 882688 | Author: 黄静 | Hits:

[OS programGetContour

Description: 用于物体目标轮廓的提取与跟踪,能更好的识别出物体轮廓。-Target contour for object extraction and tracking, to better identify the contours of objects.
Platform: | Size: 1024 | Author: 张小雪 | Hits:

[Special Effectslunkuojianche

Description: 对运动物体进行检测,提取轮廓。能在系统实时性中验证-Of the moving object detection, contour extraction.
Platform: | Size: 3072 | Author: handspring32 | Hits:

[matlabinitialactivecontour

Description: 用MATLAB编写的主动轮廓提取算法,该算法能对图像中的目标轮廓进行高效检测-Written by MATLAB active contour extraction algorithm that can image the efficient detection of object contour
Platform: | Size: 198656 | Author: 陈晓楠 | Hits:

[matlabcodecode

Description: 静态背景下的高精度视频目标是实时检测与轮廓提取,matlab源代码实现。 -High-precision static background video object detection and contour extraction in real time, matlab source code.
Platform: | Size: 43008 | Author: 李英华 | Hits:

[matlabDemo2

Description: levelset用于物体轮廓提取算法。可以自动提取轮廓的边界从而达到显示物体看轮廓的目的-levelset for object contour extraction algorithm. Can automatically extract the contour of the boundary so as to achieve the purpose of display object to see profile
Platform: | Size: 1024 | Author: 哈哈 | Hits:

[Special Effectsxingtaixue

Description: 形态学物体轮廓提取,源码。调用Canny为检测算子判别不同阈值。-Morphological object contour extraction, the source code. Call Canny operator to distinguish the different thresholds for the detection of
Platform: | Size: 408576 | Author: xujinghua3648 | Hits:

[Special EffectsContour-extraction

Description: 轮廓提取。提取目标物体的图象,应用边缘检测算子,对目标物体进行锐化,去噪声。-Contour extraction.Extraction of target object image, application of edge detection operator of the target object, sharpening, noise.
Platform: | Size: 3042304 | Author: 李承基 | Hits:

[Otherlunkuo

Description: VC++上实现opencv 对物体轮廓的提取,控制台程序-Opencv object contour extraction VC++ console program
Platform: | Size: 361472 | Author: wanghui | Hits:

[Graph Recognizelunkuojiance

Description: opencv环境下实现对静态目标轮廓的分级提取及显示-opencv environment to achieve the classification of the static object contour extraction and display
Platform: | Size: 6144 | Author: Simon | Hits:

[Special Effectscontour

Description: c语言实现的区域轮廓提取,对分割目标有用。验证可以使用,-Regional contour extraction c language, object useful for segmentation. Verify that you can use,
Platform: | Size: 6144 | Author: 袁伟 | Hits:

[OpenCV-contour-extraction

Description: 提取运动物体的轮廓,会在视频接入第一刻捕捉图像,然后对图像进行二值化。易于操作!-To extract the moving object, the outline of will in the first moment to capture the image of the video access, then the image binarization。 Easy to operate。
Platform: | Size: 2048 | Author: 杨咪 | Hits:

[OpenCVFigure contour extraction of object

Description: This program based on VS2010 + OpenCV2.4, used to extract the object contour in color images.(note: please keep the image length or width is a multiple of 2.Of course, you can modify the code).The program from the BBN Computer Vision Laboratory.(This program based on VS2010 + OpenCV2.4, used to extract the object contour in color images.(note: please keep the image length or width is a multiple of 2. Of course, you can modify the code).The program from the BBN Computer Vision Laboratory.)
Platform: | Size: 7532544 | Author: 波波鸟 | Hits:
« 12 »

CodeBus www.codebus.net