readme

来自「指纹识别的一个小例子」· 代码 · 共 41 行

TXT
41
字号
Type Classification Code:

main.m (program control)

discretize.m (converts image to discrete values)

plotimg.m (plots images)

dirImg.m (computes the directional image)

extract.m (extracts square portion of image - called by dirImg) 
slitSum.m (computes the slit sum direction - called by dirImg)

tileImg.m (tiles the image and computes new directions)

averImg.m (smoothes the image)

angleImg.m (computes the angles from the vector representation)

Poincare.m (computes the core-delta points)

temp.m (extracts the core-delta points and locations)

 

Correlation Code:

proj.m (program control)

plotimg.m (plots images)

discretize.m (converts image to discrete values)

normalize.m (normalizes images)

corrfft.m (computes the correlation)



--------------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?