-
多种图像边缘检测与分割处理
程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象(code P0401 Note : Prewitt operator to detect the edges in the image P0402 : different values of Getting operator to detect the edges in the image P0403 : Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to remove all current lines, retaining only chip targets)
- 2005-04-26 00:01:01下载
- 积分:1
-
regiondivisionandcombination
基于四叉树分解并且使用区域分离和合并的图像分割(based quadtree decomposition and the use of regional separation and integration of image segmentation)
- 2006-12-21 17:58:12下载
- 积分:1
-
lectures_CS
压缩感知理论的讲座(共8讲),很好的学习资料,含在语音、图像和雷达领域的应用示例。(The lectures regarding compressive sensing consist of 8 articles which indroduce the fundamental and applications on speech,image and radar.
)
- 2014-10-31 20:46:46下载
- 积分:1
-
yichuan_matlab
自编matlab遗传算法代码,希望对大家有所帮助(Self matlab genetic algorithm code)
- 2013-04-22 20:52:30下载
- 积分:1
-
FOC4
一个完整的矢量控制的异步电动机控制模型,可修改参数满足研究人员的需求(A complete model of induction motor control vector control parameters can be modified to meet the needs of researchers)
- 2013-12-17 15:20:53下载
- 积分:1
-
prml
机器学习经典书籍,共有14个章节,包括:线性回归模型,神经网络,核方法等内容。(Machine learning classic books, a total of 14 chapters, including: linear regression models, neural networks, kernel methods and so on.)
- 2014-09-12 16:07:52下载
- 积分:1
-
Friction-induced-vibration
线弹性介质中摩擦力-振动相互关系研究,供动力学研究之用(Friction-induced vibration in linear elastic media with distributed contacts)
- 2013-12-28 22:03:55下载
- 积分:1
-
levelset-toolboxLS-1.0
levelset的matlab工具箱。内涵说明文档,有实例程序(levelset the Matlab toolbox. Connotations of documentation, sample program)
- 2007-05-09 17:45:43下载
- 积分:1
-
1
To support wireless communication : MIMO
- 2013-12-24 21:51:23下载
- 积分:1
-
Preprocess
预处理的源定位
-------------------------------------
各种脚本用于处理源定位中使用的时间数据。
Time2Frames.m
mutilchannel时间数据转换为频谱帧
Time2TF.m
时间数据转换为相对传递函数的帧到通道1。
Frames2R.m
频谱帧转换为(freqeuncy而定)的协方差矩阵。
R2C.m
转换协方差矩阵噪声子空间(用于音乐)。
Clean_Source.m
从协方差矩阵中删除第n个最强的源极(S)。(Preprocessing for source localization
-------------------------------------
Various scripts for processing time data to be used in source localization.
Time2Frames.m
Converts mutilchannel time data to spectral frames
Time2TF.m
Converts time data to frames of transfer function relative to channel 1.
Frames2R.m
Converts spectral frames to (freqeuncy dependent) covariance matrices.
R2C.m
Converts covariance matrices to noise subspace (for MUSIC).
Clean_Source.m
Removes the nth strongest source(s) from the covariance matrix.)
- 2014-06-07 14:54:04下载
- 积分:1