搜索资源列表
Hough_Grd
- 在灰度图像中进行直线检测,带实验效果图像。利用快速Hough变换,能够正确查找线段端点。
edge_linking
- 图像边缘检测程序代码,其中包括图像端点,交叉点查找等子程序
检测直线起止点去除直线
- 在图像中检测一条直线并求出其端点,去除直线(opencv类库)
Skeletontriplepoints
- 本程序可以检测出抽取骨架后的二值图像中的三叉点和端点,可以设定选项 "bwmorph" 或"thin"。-This procedure can be detected in samples after skeleton binary image of the trigeminal point and end point, you can set the option bwmorph or thin .
zhaotuozhan2
- 根据输入点(人工),结合边缘检测,找到道路提取中道路的端点-According to the importation of points (artificial), combined with edge detection, extraction of the road to find the path endpoint
iris_detection
- 识别虹膜和眼毛位置程序。使用方法: 1.载入眼睛图片。 2. 定位实验->虹膜定位:确定虹膜圆心,以及虹膜内外环半径。 3. 定位实验->眼毛检测:结果为两条圆心为端点的折线段,标明没有眼毛的虹膜区域。-Identify iris and eye hair location. Use: 1. Loading eye picture. 2. Positioning Experimental->Iris Location: identification of the i
hough111
- hough变换检测线段的程序 端点和线段都已经用不同颜色标识出来-hough transform
shuohuarenshibie-MATLAB-duandianjiance-yujiazhong-
- 说话人识别代码,端点检测,预加重,MFCC..采用的模型是神经网络~-Speaker identification code, endpoint detection, pre-emphasis, MFCC .. neural network model is adopted ~
emde
- 一种基于信息熵的端点检测算法实现 可以看看借鉴一下思想-An endpoint detection algorithm based on information entropy can look at to learn about ideas
enddect
- 语音端点检测实验程序,利用短时能量和过零率检测,具有较高的识别率-Speech Endpoint Detection experimental procedures, the use of short-term energy and zero-crossing rate of detection, has a higher recognition rate
MATLAB10
- 基于matlab语音的端点检测源码程序,作为参考使用-Voice-based endpoint detection matlab source program, as a reference
MATLAB3B
- 【谷速软件】matlab毕业程序代做源码-语音的端点检测-[Valley] matlab graduate program speed software source code generation do- Speech endpoint detection
duandian2
- matalab 编写,端点检测代码,用于语音识别方向,断电检测是一个经久不衰的课题,这个应该有用-Endpoint detection code
calculmthondetectionand
- 语音信号端点检测仿真,内容涉及短时能量及过零率的计算-Speech signal endpoint detection simulation, the content involves the short-time energy and zero crossing rate calculation
1236925
- 基于DTW算法的孤立字识别系统,用Matlab编程实现语音信号的端点检测-Isolated word recognition system based on DTW algorithm and Matlab programming to realize voice signal endpoint detection
detectioh
- 基于DTW算法的孤立字识别系统,用Matlab编程实现语音信号的端点检测(Isolated word recognition system based on DTW algorithm and Matlab programming to realize voice signal endpoint detection)
heapenqueue
- 语音信号端点检测仿真,内容涉及短时能量及过零率的计算(Speech signal endpoint detection simulation, the content involves the short-time energy and zero crossing rate calculation)
Corner
- 1。将Canny边缘检测器应用于灰度图像,得到二值边缘图。 2。从边缘图中提取边缘轮廓,填补等高线上的空白。 三.计算每个轮廓的低曲率以保持所有真实的角,所有曲率的局部极大值被认为是初始角点。 4。使用自适应局部阈值来去除初始角点,以去除圆角。 5。角候选的角度进行评估,以消除任何虚假角落由于量化噪声和琐碎的细节。上述评价基于一个动态的支持区域,该区域根据其相邻的角候选对象进行更改。 6。轮廓线的端点被认为有附加的标准。(1. Apply the Canny edge detector
LSD
- 本程序实现了提取图像中直线的功能。能够很好地提取出位于边缘上的直线段,其结果表示为两端端点坐标以及线段宽度(This program realizes the function of extracting the edge line in the image.The straight line segment at the edge can be extracted well, and the result is expressed as the end point coordinates an
MATLAB指纹识别
- 本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易