利用计算机高级语言快速实现Gabor变换算法的软件并不多,实现Gabor逆变换算法的软件还是空白。因此,对基于Visual C++实现一维离散Gabor变换算法的软件进行了研究。该软件采用界面形式设计,可分为Gabor变换和Gabor展开(即逆变换)两大模块。通过实验显示了该软件简便高效和快捷的性能。
Although there have been few software programs designed for the 1-D Gabor transform using high-level programming languages,no such software program for the inverse Gabor transform has been found so far.Therefore,a novel software program for both the 1-D Gabor transform and its inverse transform is designed based on Visual C++ in interface form,which contains two modules respectively for the 1-D Gabor transform and its inverse transform.The experiments show that the software program is simple and fast as well as efficient.