walking to singular points of fingerprints我要分享

To singular points of fingerprints walking

关注次数: 138

下载次数: 0

文件大小: 94.95 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 该代码实现在指纹图像中快速检测所有奇异点。使用的方法是行走算法,即在指纹方向场上任意选择一个点,沿着该点的启发式方向(设计出来的,为该点方向的函数)可快速走到奇异点的位置。该算法简单易实现。


English Description:

The code to achieve the fast detection of all singular points in the fingerprint image. The method used is to walk the algorithm, that is, in the direction of the fingerprint to choose a point, along the direction of the heuristic (designed as a function of the direction of the point) can quickly go to the location of the singular point. The algorithm is simple and easy to implement.


代码预览

相关推荐