大工至善|大学至真分享 http://blog.sciencenet.cn/u/lcj2212916

博文

[转载]【源码】Gabor特征提取——采用自定义的Gabor滤波器组提取图像特征

已有 2566 次阅读 2019-1-11 09:03 |系统分类:科研笔记| 【源码】Gabor特征提 |文章来源:转载

第一个名为“gaborFilterBank.m”的函数生成一个自定义的Gabor滤波器组。

The first function named "gaborFilterBank.m" generates a custom-sized Gabor filter bank.


它创建了一个u乘v的单元数组,其元素为M乘N矩阵;每个矩阵都是一个二维Gabor滤波器。

It creates a u by v cell array, whose elements are m by n matrices; each matrix being a 2-D Gabor filter. 


第二个名为“gaborFeatures.m”的函数提取输入图像的Gabor特征。

The second function named "gaborFeatures.m" extracts the Gabor features of an input image. 


它创建一个列向量,由输入图像的Gabor特征组成。

It creates a column vector, consisting of the Gabor features of the input image. 


将特征向量归一化为零均值和单位方差。

The feature vectors are normalized to zero mean and unit variance.


在每个文件的末尾都有一个显示部分,用于绘制滤波器并显示过滤后的图像。

At the end of each file there is a Show section that plots the filters and shows the filtered images.  


本代码依据的参考文献:

M. Haghighat, S. Zonouz, M. Abdel-Mottaleb, "CloudID: Trustworthy cloud-based and cross-enterprise biometric identification," Expert Systems with Applications, vol. 42, no. 21, pp. 7905-7916, 2015. 


作者:(C) Mohammad Haghighat, University of Miami 

haghighat@ieee.org 


源码下载地址:

http://page5.dfpan.com/fs/6lcja22122912615a22/


更多精彩文章请关注微信号:qrcode_for_gh_60b944f6c215_258.jpg




https://blog.sciencenet.cn/blog-69686-1156457.html

上一篇:[转载]【Tom M. Mitchell课件】机器学习——线性回归
下一篇:[转载]【新书推荐】【2019.10】IT治理:数据安全国际指南与ISO 27001/ISO 27002
收藏 IP: 114.102.186.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-9-21 05:35

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部