CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Thinning MATLAB
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Thinning MATLAB - List
[
Graph program
]
qubian
DL : 0
该程序具有滤波(锐化,平滑),颜色明暗度变化,腐蚀,骨架化,细化等功能-the procedures filter (sharpening, smoothing), the changes color shading, corrosion, skeleton, thinning functions
Update
: 2025-02-19
Size
: 1kb
Publisher
:
罗徵逸
[
AI-NN-PR
]
fingerprint_experiment
DL : 0
matlab代码,实现指纹图片的二值化、细化等功能,编译通过,结果正确-Matlab code, fingerprint images to achieve the two values, thinning and other functions, compile, correct
Update
: 2025-02-19
Size
: 19kb
Publisher
:
杨枫
[
Graph Recognize
]
xihua
DL : 0
一个可以供参考的字体细化算法,对一些简单的字体可以起到较好的细化效果-be a reference for the character thinning algorithm to a few simple words can play better refining results
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王强
[
matlab
]
wordrecmatlabbyrf
DL : 0
一个字符识别的matlab程序,包括细化,骨架提取,轮廓匹配等功能。-a Character Recognition of Matlab procedures, including thinning, skeleton extraction, contour matching function.
Update
: 2025-02-19
Size
: 114kb
Publisher
:
QHLee
[
Graph Recognize
]
matlabtest02
DL : 0
指纹识别的源码,包括图形图像的预处理,平滑,去燥,和细化,是比较全面地变成知道,适合新手学习使用-Fingerprint Identification of the source code, including the graphics image preprocessing, smooth, to the dry, and thinning, is to become a more comprehensive know, learning to use for novice
Update
: 2025-02-19
Size
: 526kb
Publisher
:
ming
[
Graph Recognize
]
alphabet
DL : 0
指纹识别的源码,包括图形图像的预处理,平滑,去燥,和细化,是比较全面地变成知道,适合新手学习使用-Fingerprint Identification of the source code, including the graphics image preprocessing, smooth, to the dry, and thinning, is to become a more comprehensive know, learning to use for novice
Update
: 2025-02-19
Size
: 17kb
Publisher
:
ming
[
Graph Recognize
]
matlabzifu
DL : 0
指纹识别的源码,包括图形图像的预处理,平滑,去燥,和细化,是比较全面地变成知道,适合新手学习使用-Fingerprint Identification of the source code, including the graphics image preprocessing, smooth, to the dry, and thinning, is to become a more comprehensive know, learning to use for novice
Update
: 2025-02-19
Size
: 129kb
Publisher
:
ming
[
Special Effects
]
ertrete
DL : 0
图像细化,感觉挺好玩的.可以试试看-image thinning, I feel very good play. Could give it a try
Update
: 2025-02-19
Size
: 109kb
Publisher
:
yangwendy
[
Special Effects
]
byxh
DL : 0
本程序能够综合地实现图像边缘细化,而且程序够复杂。-This procedure can be integrated to achieve the Image Edge thinning, and the procedures complex enough.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
raochen0303
[
Special Effects
]
byxf
DL : 0
本程序能够实现图像处理中的图像细化,是基于matlab的。-This procedure can realize image processing image thinning is based on the matlab.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
raochen0303
[
Special Effects
]
shuzishibie(matlab)
DL : 0
本程序能实现离线的数字识别,在MATLAB下运行,同时可以用其中部分代码实现图像的灰度,二值化,细化,归一化等功能,采用Bp神经网络。-This procedure can achieve the number of off-line identification, in the MATLAB run, at the same time part of the code can achieve one of the gray-scale images, binarization, thinning, and other functions normalized using Bp neural network.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
马献镜
[
Special Effects
]
xihuabianyuanjiance
DL : 0
主要用于图像处理过程中,对图像的细化和边缘检测.-Mainly used in image processing for image edge detection and thinning
Update
: 2025-02-19
Size
: 31kb
Publisher
:
canlan
[
matlab
]
test2
DL : 0
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. The image should be of good quality and binarized prior to the thinning. The thinning process is by using morphological mathematics.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
geo1985
[
matlab
]
thinning
DL : 0
采用matlab编写,基于OPTA细化算法,适合入门级新手用,希望对大家有用-Using matlab to prepare, based on OPTA thinning algorithm, suitable for entry-level novice, and I hope useful for all of us
Update
: 2025-02-19
Size
: 38kb
Publisher
:
陈立
[
matlab
]
thinning
DL : 0
program that the process can make word also thin
Update
: 2025-02-19
Size
: 21kb
Publisher
:
scenda ramadhita
[
Special Effects
]
thinning
DL : 0
基于Matlab程序的图像细化算法基于Matlab程序的图像细化算法-Matlab program based on the image thinning algorithm based on image thinning algorithm Matlab program
Update
: 2025-02-19
Size
: 16kb
Publisher
:
王羽
[
Special Effects
]
MATLAB指纹识别
DL : 1
本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易被导师被否决。因此建议做成两个指纹进行比对,输出结果,以文字和声音方式播报结果。整个设计在一个GUI界面上完成。(This paper mainly deals with fingerprint image in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image segmentation, filter enhancement, binarization and thinning. After preprocessing fingerprint image, the redundant part of the original image is removed to facilitate the subsequent recognition processing; feature extraction is mainly to extract the endpoint and bifurcation points after thinning fingerprint image; feature matching is to determine two images by comparing the feature points of two fingerprint images Whether it comes from the same finger.)
Update
: 2025-02-19
Size
: 2.65mb
Publisher
:
王春水
[
Special Effects
]
MATLAB指纹识别(GUI,比对两幅指纹,完美运行)
DL : 1
本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB. This system mainly deals with fingerprint image in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image grayscale, filter enhancement, binarization and thinning. After preprocessing the fingerprint image, the redundant part of the original image is removed for the convenience of subsequent recognition processing. Feature extraction is mainly to extract the endpoint and bifurcation points after thinning the fingerprint image. Feature matching is to determine the two images by comparing the feature points of the two fingerprint images Whether the image comes from the same finger.)
Update
: 2025-02-19
Size
: 3.61mb
Publisher
:
www.wobishe.com
[
Special Effects
]
MATLAB指纹门禁系统GUI界面
DL : 0
本设计为基于MATLAB的指纹识别系统。带GUI可视化平台。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is based on Matlab fingerprint identification system. With GUI visualization platform. This design system mainly processes fingerprint image in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image graying, filtering enhancement, binarization and thinning. After preprocessing the fingerprint image, the redundant part of the original image is removed to facilitate the subsequent identification processing; feature extraction is mainly to extract the refined endpoint and bifurcation point of fingerprint image; feature matching is to determine two images by comparing the feature points of two fingerprint images If it comes from the same finger.)
Update
: 2025-02-19
Size
: 3.31mb
Publisher
:
MATLAB道长
[
matlab
]
MATLAB指纹识别[GUI界面,报警,门禁系统]
DL : 0
本设计为基于MATLAB特征点匹配的指纹识别系统。带有一个GUI界面。主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint recognition system based on MATLAB feature point matching. With a GUI interface. Fingerprint image is mainly processed in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image segmentation, filter enhancement, binarization and thinning. After preprocessing the fingerprint image, the redundant part of the original image is removed to facilitate the subsequent identification processing; feature extraction is mainly to extract the refined endpoint and bifurcation point of fingerprint image; feature matching is to determine the two images by comparing the feature points of two fingerprint images Is it from the same finger.)
Update
: 2025-02-19
Size
: 3.51mb
Publisher
:
可乐一生
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.