搜索资源列表
thinning
- 采用matlab编写,基于OPTA细化算法,适合入门级新手用,希望对大家有用-Using matlab to prepare, based on OPTA thinning algorithm, suitable for entry-level novice, and I hope useful for all of us
zhang
- 快速并行细化算法,并保证细化后曲线的连通性。-Fast parallel thinning algorithm, and to ensure connectivity after thinning curve.
2021101311382007915161310494649
- matlab处理指纹图像,由于指纹的唯一性、可靠性和稳定性,指纹已成为身份识别和鉴定的一个重 要标志,并被公认为“物证之首”。指纹识别作为一种生物识别技术,历来受到人们的广泛关注和重视,是未来个人身份认证的重要组成部分。-Fingerprint image processing matlab,Because the uniqueness of fingerprints, reliability and stability,fingerprint identification has beco
fringe_processing
- 对采集到的干涉条纹进行中值滤波、二值化、条纹细化计算条纹间距的程序-Of the interference fringes collected for median filtering, binarization, thinning stripes stripe spacing calculation procedures
test2
- This a simple a gorithm for fingerprint image thinning. The image should be of good quality and binarized prior to the thinning. The thinning process is by using morphological mathematics.-This is a simple a gorithm for fingerprint image thinning. Th
thinning
- matlab program for thinning an image
thinning
- program that the process can make word also thin
Matlabthinningalgorithm
- Matlab细化算法,重要参考资料,细化效果较好。-Matlab thinning algorithm, an important reference materials, refinement is better.
skeleton
- 用形态学中骨骼化方法实现了图像细化,为后续工作如特征点提取提供了良好的素材-Method with skeletal morphology achieved thinning, for the follow-up, such as feature extraction provides a good material
Thinning_Matlab
- source code in Matlab, function for image thinning, using 2 different algorithm for image thinning. So you can compare that.
fingerprint
- This code is a complete fingerprint core point detection. It uses orientation field for singular point detection and Zhang-suen algo. for thinning in preprocessing part
thinning
- 细化,绝对管用,效果特别好特别好,是我自己一句一句写的,基于zhang算法细化,希望会大家有帮助,希望大家多多交流-absolutely useful!!!thank you for your communication!!
xihua
- matlab,图像细化函数,适合字符图像细化-matlab, image thinning function for the character image thinning
image-processing-normalizeSign
- this is matlab code used to process an image to crop, thinning, resizing, and binarization.
Thinning-code_2D
- Matlab code for thinning 2D
Canny-edge-detector-algorithm-matlab-codes
- Canny edge detector algorithm matlab codes This part gives the algorithm of Canny edge detector. The outputs are six subfigures shown in the same figure: • Subfigure 1: The initial "lena" • Subfigure 2: Edge detection along X-axis d
Thinning-In-Matlab
- code source of Thinning image in matlab : show you how thinning image in matlab
Thinning
- Image thinning performed in matlab
指纹识别matlab源代码
- 代码流程包含:规格化,图像分割,图像平滑滤波,图像增强,图像二值化,图像细化,提取特征,指纹识别(The code includes image normalization, image segmentation, image smoothing and filtering, image enhancement, image binaryzation, image thinning, feature extraction, and fingerprint identification.)
MATLAB指纹识别[GUI界面,报警,门禁系统]
- 本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on