CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab contour
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab contour - List
[
Graph program
]
Matlab snakes demo
DL : 0
主动轮廓模型,即snake算法的demo-active contour models, snake algorithm demo
Update
: 2025-02-17
Size
: 3kb
Publisher
:
秦晓芳
[
matlab
]
基于MATLAB的储粮害虫图像处理方法
DL : 0
摘要:在对粮虫图像处理过程中,介绍了Matlab图像处理工具箱中的函数,给出了图像处理与分析的技术实现, 边缘检测及轮廓提取, 通过形态学方法进行图像特征抽取与分析,达到了比较好的效果.-Abstract : In the right grain pest image processing, introduced the Matlab toolbox image processing functions, given image processing and analysis technology, edge detection and contour extraction, through morphological methods for image analysis and feature extraction, reached a relatively good results.
Update
: 2025-02-17
Size
: 347kb
Publisher
:
蓝婧
[
Other systems
]
等高线拟合程序matlab
DL : 0
等高线拟合源代码(matlab源码),老外编的,水平确实可以,佩服。里面注释挺详细了。-contour fitting source code (Matlab source), a foreigner series, level really can admire. Inside Notes quite detailed.
Update
: 2025-02-17
Size
: 139kb
Publisher
:
兴唐
[
2D Graphic
]
Snakes
DL : 0
Snake模型,也就是常说得Active Contour模型的MATLAB实现,其中还包含了原文献。-Snake model, which is often put Active Contour MATLAB model, it also includes the original literature.
Update
: 2025-02-17
Size
: 1.87mb
Publisher
:
王设
[
2D Graphic
]
matlabpro1
DL : 0
用MATLAB实现图像轮廓提取的方法和效果-MATLAB image contour extraction methods and results
Update
: 2025-02-17
Size
: 221kb
Publisher
:
武键
[
Special Effects
]
Edgedetectionandcontourtracking
DL : 0
程序给出了边缘检测及轮廓跟踪的一般方法,其是基于matlab来编写的!-procedures given the edge detection and tracking of the general contour method, is based on Matlab to prepare!
Update
: 2025-02-17
Size
: 33kb
Publisher
:
章斌
[
2D Graphic
]
boundaries
DL : 0
利用边界追踪法对图像进行轮廓提取,此函数文件得到的是边界点对应位置索引矩阵-The use of boundary-tracing method of image contour extraction, this function is to document the location of boundary points corresponding to the index matrix
Update
: 2025-02-17
Size
: 2kb
Publisher
:
蒲金霞
[
source in ebook
]
3D-Contour
DL : 0
matlab绘制3D Contour,需要的同志可以借鉴-matlab draw 3D Contour, the need for comrades can learn from
Update
: 2025-02-17
Size
: 17kb
Publisher
:
zawsw
[
2D Graphic
]
ActiveContourwithoutEdgeMatlabCode
DL : 0
以前下载的一些用matlab编写的关于运动轮廓模型程序-Previously downloaded some prepared using matlab contour model on the campaign process
Update
: 2025-02-17
Size
: 230kb
Publisher
:
支晓娜
[
Special Effects
]
Geodesic_ActiveContours_Matlab
DL : 1
几何活动轮廓的matlab程序,可用性强,写的很好。-Geometric active contour the matlab program, availability, and write well.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
zhongling
[
Special Effects
]
LevelSet_Active_contour
DL : 0
Active contour的matlab源码。 Active contour方法是图像分割算法的一 个重大突破。其具有如下非常吸引人的优点: 1. 任何条件下可得到封闭的边界 2. 对噪声不太敏感,可用于超声波图像处理 3. 克服弱小边界问题 -Active contour of matlab source. Active contour segmentation algorithm is a significant breakthrough. It has very attractive advantages as follows: 1. Any condition of the border can be closed 2. Less sensitive to noise, can be used for ultrasonic image processing 3. To overcome the weak border issues
Update
: 2025-02-17
Size
: 43kb
Publisher
:
yangocean
[
2D Graphic
]
Fast_Color_Denoising_ROF
DL : 0
Name: gmac = global minimization of the active contour model % Description: see paper "Fast Global Minimization of the Active Contour/Snake Model" in JMIV07 % Author: Xavier Bresson (xbresson@math.ucla.edu) % Lastest version: 07-09-21-Name: gmac = global minimization of the active contour model Description: see paper Fast Global Minimization of the Active Contour/Snake Model in JMIV07 Author: Xavier Bresson (xbresson@math.ucla.edu) Lastest version: 07-- 09-21
Update
: 2025-02-17
Size
: 54kb
Publisher
:
代松
[
Special Effects
]
ff_transform
DL : 0
傅立叶变换,等距离采样,等角度采样,轮廓提取,形态处理-Fourier transform, equidistant sampling, in terms of sampling, contour extraction, morphological processing
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Jason
[
Special Effects
]
traditionSnake(matlab)
DL : 0
kass的经典snake的matlab实现,用于图像边缘检测分割等-Kass snake classic realize the matlab for image segmentation, such as edge detection
Update
: 2025-02-17
Size
: 1.88mb
Publisher
:
谢祎
[
Graph Recognize
]
Corner
DL : 0
一种比较好用的边缘检测方法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.
Update
: 2025-02-17
Size
: 77kb
Publisher
:
林蛋大
[
AI-NN-PR
]
Vehiclerecognition
DL : 0
该程序主要用于车型识别,利用两幅图像相减进行提取轮廓,然后再通过计算定长和车底的比进行判断车型。-The program mainly used for vehicle identification, the use of two images extracted contour subtraction, and then by calculating the fixed-length and vehicle models than the judge.
Update
: 2025-02-17
Size
: 1.84mb
Publisher
:
[
Special Effects
]
gvf
DL : 0
active contour算法中的经典算法:GVF算法文献-active contour algorithm classic algorithm: GVF algorithm literature
Update
: 2025-02-17
Size
: 392kb
Publisher
:
杨莉
[
Special Effects
]
contour
DL : 0
用contourlet进行人脸边缘的检测<matlab>-Contourlet to face with the edge detection
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Samantha
[
Special Effects
]
jiyulunkuozuidahuxinxi
DL : 1
用matlab编写的基于轮廓最大互信息图像配准算法-Prepared using matlab contour based on the maximum mutual information image registration algorithm
Update
: 2025-02-17
Size
: 446kb
Publisher
:
wangdenuan
[
matlab
]
matlab_contour_plot
DL : 0
详述了Matlab中contour画图的命令及技巧,针对出现的问题进行了说明和逐一演示。-Matlab detailed contour drawing of the orders and skills, for the problems described, and each presentation.
Update
: 2025-02-17
Size
: 115kb
Publisher
:
zdlsir
«
1
2
3
4
5
6
7
8
9
10
...
20
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.