登录
首页 » matlab » Gabor和Log Gabor

Gabor和Log Gabor

于 2019-05-30 发布
0 277
下载积分: 1 下载次数: 8

代码说明:

说明:  包括三种gabor方案,3尺度4方向、4尺度6方向、5尺度8方向(Includes three gabor schemes, 3 scale 4 direction, 4 scale 6 direction, 5 scale 8 direction)

文件列表:

Gabor和Log Gabor, 0 , 2015-06-05
Gabor和Log Gabor\Gabor, 0 , 2015-06-05
Gabor和Log Gabor\Gabor\3尺度4方向, 0 , 2015-06-05
Gabor和Log Gabor\Gabor\3尺度4方向\gaborfft.m, 1675 , 2015-06-05
Gabor和Log Gabor\Gabor\4尺度6方向, 0 , 2015-06-05
Gabor和Log Gabor\Gabor\4尺度6方向\gaborfft.m, 1673 , 2015-06-05
Gabor和Log Gabor\Gabor\5尺度8方向, 0 , 2015-06-05
Gabor和Log Gabor\Gabor\5尺度8方向\gaborfft.m, 1657 , 2015-06-05
Gabor和Log Gabor\Log Gabor, 0 , 2015-06-05
Gabor和Log Gabor\Log Gabor\尺度3方向4, 0 , 2015-06-05
Gabor和Log Gabor\Log Gabor\尺度3方向4\LogGabfilter.m, 2278 , 2015-06-05
Gabor和Log Gabor\Log Gabor\尺度4方向6, 0 , 2015-06-05
Gabor和Log Gabor\Log Gabor\尺度4方向6\LogGabfilter.m, 2278 , 2015-06-05
Gabor和Log Gabor\Log Gabor\尺度5方向8, 0 , 2015-06-05
Gabor和Log Gabor\Log Gabor\尺度5方向8\LogGabfilter.m, 2278 , 2015-06-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BasicProcessing
    能比较全面的图像处理系统。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码(can more comprehensive image processing system. Main contents include : bitmap based, image display, image geometry transformation, gray transform, image smoothing, image sharpening and edge detection, image segmentation and measurement, image morphology, Image Transform and application processing, image synthesis, 24-bit color image processing, JPEG image compression coding)
    2006-11-03 16:41:45下载
    积分:1
  • Stereo1
    双目立体视觉,基于matlab,适合新手看看,比较简单(Stereoscopic vision, based on matlab, suitable for novice to see)
    2011-08-23 14:59:51下载
    积分:1
  • surf
    这是一个surf特征匹配matlab程序,里面有实例和测试图像(This is a surf feature matching matlab program, there are examples and test images)
    2020-12-02 11:19:26下载
    积分:1
  • image_fusion
    本程序集合了互信息配准,PV差值,powell算法,基于小波变换的图像融合的一整套算法。只需要在GUI界面输入两幅图像,即可自动完成图像的配准融合。程序包含Matlab源代码。用Matlab打开imagefusion.m,即会弹出gui界面。融合前要输入参考和浮动图像。图像要求像素的 长*宽 一样。否则会报错。程序只能处理灰度图像,彩色图像也会转化成灰度图像处理。程序代码已经有详细的注释,方便读者理解。(The procedures set of mutual information, PV difference, powell algorithm, based on wavelet transform image fusion set of algorithms. Only need to enter the two images in the GUI interface, you can automatically complete the image registration fusion. Program contains Matlab source code. Using Matlab open imagefusion.m, gui interface will pop up. Fusion before the input reference and floating images. Image requires the same pixel length* width. Otherwise incorrect. Can only handle grayscale images, color images into gray image processing also. Program code has detailed notes, to facilitate understanding.)
    2020-06-30 09:40:02下载
    积分:1
  • Fast-a-Robust-Super-Resolution(BTV)
    Fast_and_Robust_Multi-Frame_Super-Resolution这篇文章的算法实现。内含BTV算法和改进的btv算法实现超分辨率重建。(This article Fast_and_Robust_Multi-Frame_Super-Resolution algorithm. Containing BTV algorithm and improved the btv algorithm to achieve super-resolution reconstruction.)
    2021-05-13 04:30:02下载
    积分:1
  • Retinex
    基于RETINEX理论的图像去雾,主要对幅图像处理,对大多数图像有用(Based on the theory of image RETINEX to fog, the main image processing, the image of the most useful for)
    2011-08-11 16:46:13下载
    积分:1
  • N_ordre_modeling
    带有完全匹配曾的声波方程正演,从2阶精度到8阶精度可选(Had the acoustic wave equation forward with an exact match, optional 2 order accuracy to 8 order accuracy)
    2021-04-09 09:09:00下载
    积分:1
  • Image-Processing
    VC++图像程序处理 是由杨淑莹老师编写的 对于计算机视觉 等课程有重要作用 (VC++ image processing program written by Yang Shuying teacher courses for computer vision plays an important role)
    2011-11-07 17:27:35下载
    积分:1
  • K-SVD-dictionary-training-algorithms
    基于KSvd算法的图像重建,包括图像、代码、字典等(K-SVD dictionary training algorithms)
    2012-06-05 10:39:27下载
    积分:1
  • 24BMP256ColorGray
    本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.(Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.)
    2020-07-01 01:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载