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

Search list

[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:

[AI-NN-PRshenjingwangluo

Description: 里面有两个实验,包括PPT和实验的代码,可以帮助一些想学习神经网络的朋友一个大忙。-We now have an easy script (easy.py) for users who know NOTHING about svm. It makes everything automatic--from data scaling to parameter selection. The parameter selection tool grid.py generates the following contour of cross-validation
Platform: | Size: 933888 | Author: baiyunqiu | Hits:

[matlabwork_snake

Description: This function provides an interactive GUI for showing how the snake m-file works. For more information about the GUI press the help button. For more information about the snake function itself type help snake SNAKES - A MatLab MEX file to demonstrate snake contour-following. This Software was developed by Chris Bregler and Malcolm Slaney of Interval Research Corporation. Copyright (c) 1995 Interval Research Corporation. -This function provides an interactive GUI for showing how the snake m-file works. For more information about the GUI press the help button. For more information about the snake function itself type help snake SNAKES- A MatLab MEX file to demonstrate snake contour-following. This Software was developed by Chris Bregler and Malcolm Slaney of Interval Research Corporation. Copyright (c) 1995 Interval Research Corporation.
Platform: | Size: 1221632 | Author: Vovan | Hits:

[Special EffectsContourTracingLineFollowing

Description: 轮廓跟踪和线的追随源代码下载 Contour Tracing & Line Following-Tracking and following the contour line of the source code download Contour Tracing & Line Following
Platform: | Size: 1024 | Author: 刘凯 | Hits:

[Special EffectsDRLSE_v0

Description: is Matlab code implements a new level set formulation, called distance regularized level set evolution (DRLSE), proposed by Chunming Li et al s in the paper "Distance Regularized Level Set Evolution and its Application to Image Segmentation", IEEE Trans. Image Processing, vol. 19 (12), 2010 The main advantages of DRLSE over conventional level set formulations include the following: 1) it completely eliminates the need for dreinitialization 2) it allows the use of large time steps to significantly speed up curve evolution, while ensuring numerical accuracy 3) Very easy to implement and computationally more efficient than conventional level set formulations. This package only implements an edge-based active contour model as one application of DRLSE. More applications of DRLSE can be found in other published papers in the following website: http://www.imagecomputing.org/~cmli/ -is Matlab code implements a new level set formulation, called distance regularized level set evolution (DRLSE), proposed by Chunming Li et al s in the paper "Distance Regularized Level Set Evolution and its Application to Image Segmentation", IEEE Trans. Image Processing, vol. 19 (12), 2010 The main advantages of DRLSE over conventional level set formulations include the following: 1) it completely eliminates the need for dreinitialization 2) it allows the use of large time steps to significantly speed up curve evolution, while ensuring numerical accuracy 3) Very easy to implement and computationally more efficient than conventional level set formulations. This package only implements an edge-based active contour model as one application of DRLSE. More applications of DRLSE can be found in other published papers in the following website: http://www.imagecomputing.org/~cmli/
Platform: | Size: 1908736 | Author: 王捷 | Hits:

[OtherDSPII_USTC_01

Description: 传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能: 1) 借助MATLAB画出了滤波器的误差性能曲面和误差性能曲面的等值曲线; 2) 给出了最陡下降法以及LMS算法的计算公式; 3) 用MATLAB产生了方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形; 4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出了采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线; 5)用MATLAB计算并画出了LMS法时误差随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形; 6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线; 7)最终对结果进行了分析,具体见压缩包的word文档。 -Wideband signal in the conventional sinusoidal interference suppression method is the use notch filter (notch filter), this requires precise knowledge of the frequency of a sinusoidal interference . However, when the interference frequency sinusoidal changes slowly , and the selected frequency characteristic requirements are very sharp , then best use of adaptive noise cancellation method . following figure is a second-order FIR LMS adaptive filter to eliminate a program sinusoidal interference . The code implements the following functions:   A ) draw with MATLAB error performance of the filter surface and the surface contour error performance curve 2 ) gives the steepest descent method and the LMS algorithm formula 3 ) generated using MATLAB variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform 4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour pl
Platform: | Size: 313344 | Author: 邵曈 | Hits:

[Special EffectsDistance-Regularized-Level-Set

Description: 水平集方法是一种先进的图像分割方法。这个matlab代码演示了一个基于边缘的活动轮廓模型,是下面一篇带距离正则化的水平集方程论文的应用: C. Li, C. Xu, C. Gui, M. D. Fox, Distance Regularized Level Set Evolution and Its Application to Image Segmentation , IEEE Trans. Image Processing, vol. 19 (12), pp. 3243-3254, 2010.-Level Set method is a state of the art image segmentation method. This Matlab code demonstrates an edge-based active contour model as an application of the Distance Regularized Level Set Evolution (DRLSE) formulation in the following paper: C. Li, C. Xu, C. Gui, M. D. Fox, Distance Regularized Level Set Evolution and Its Application to Image Segmentation , IEEE Trans. Image Processing, vol. 19 (12), pp. 3243-3254, 2010.
Platform: | Size: 1902592 | Author: 沙天飞 | Hits:

CodeBus www.codebus.net