虹膜识别我要分享

iris recogniztion

matlab 识别 虹膜

关注次数: 122

下载次数: 0

文件大小: 47.04 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:函数imP=


English Description:

function imP = ImToPolar (imR, rMin, rMax, M, N) % IMTOPOLAR converts rectangular image to polar form. The output image is % an MxN image with M points along the r axis and N points along the theta % axis. The origin of the image is assumed to be at the center of the given % image. The image is assumed to be grayscale. % Bilinear interpolation is


代码预览