登录
首页 » matlab » LTP_demo-v1

LTP_demo-v1

于 2019-01-11 发布
0 182
下载积分: 1 下载次数: 13

代码说明:

说明:  对图像进行纹理特征提取,有LBP,旋转不变lbp,统一lbp,小波特征提取等比较齐全的特征提取算法(Texture feature extraction of images, such as LBP, rotation invariant lbp, unified lbp, wavelet feature extraction and other relatively complete feature extraction algorithms)

文件列表:

LTP_demo-v1\02463d254.pgm, 19515 , 2006-11-23
LTP_demo-v1\02463d282.pgm, 19515 , 2006-11-23
LTP_demo-v1\contents.m, 1537 , 2007-09-18
LTP_demo-v1\demo.m, 4030 , 2008-09-23
LTP_demo-v1\dist_chi2.m, 806 , 2007-09-18
LTP_demo-v1\dist_lbp_disttrans.m, 2557 , 2007-09-17
LTP_demo-v1\fftcoord.m, 435 , 2006-11-26
LTP_demo-v1\GaborFilter.m, 1416 , 2008-04-22
LTP_demo-v1\gauss.m, 125 , 2005-05-24
LTP_demo-v1\gaussianfilter.m, 507 , 2006-12-04
LTP_demo-v1\is_uniform_pattern.m, 236 , 2007-09-17
LTP_demo-v1\lbp_histo.m, 149 , 2007-02-12
LTP_demo-v1\lbp_image.m, 1081 , 2007-09-17
LTP_demo-v1\lbp_image_set0.m, 327 , 2007-09-17
LTP_demo-v1\lbp_image_set2.m, 828 , 2007-09-17
LTP_demo-v1\LICENSE.txt, 23211 , 2007-09-17
LTP_demo-v1\ltp_image.m, 1287 , 2007-09-17
LTP_demo-v1\ltp_image_set0.m, 287 , 2007-09-17
LTP_demo-v1\ltp_image_set2.m, 790 , 2007-09-17
LTP_demo-v1\mask.mat, 845 , 2006-11-27
LTP_demo-v1\preproc2.m, 4291 , 2007-09-17
LTP_demo-v1\README.txt, 973 , 2007-09-18
LTP_demo-v1\uniform_pattern.m, 406 , 2007-09-18
LTP_demo-v1, 0 , 2008-03-24

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

发表评论

0 个回复

  • FTVd
    快速TV算法用于图像去模糊、图像去噪等,其中TV模式包括两种(TV went fast algorithm for image blur, image denoising, which includes two TV mode)
    2020-06-29 16:40:02下载
    积分:1
  • H-noise_low_pass_bayer
    Pixel design for H-noise cal; imageJ platform ; test done
    2020-06-22 16:00:01下载
    积分:1
  • pipei
    基于角点特征的图像匹配的几个代码~~较为详细~~~(Corner Feature-based image matching of several more detailed code ~ ~ ~ ~ ~)
    2010-05-12 11:16:00下载
    积分:1
  • DCT_JPEG
    给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。(Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression.)
    2011-05-16 17:00:59下载
    积分:1
  • (halcon+mfc)模板匹配demo源码
    利用halcon mfc写了一个模板匹配demo,可以基于形状匹配,形状缩放匹配,灰度匹配对图像进行匹配
    2019-06-06下载
    积分:1
  • pcannc
    主分量分析对SAR图像目标进行特征提取,用最近临方法进行分类(Principal component analysis(PCA) of SAR image target feature extraction, classification using nearest-neighbor method)
    2021-01-01 21:58:58下载
    积分:1
  • Morph
    数字图像处理中的基本形态学处理,如腐蚀、膨胀、开操作、闭操作等实现的源代码。可以自定义结构元素的形状。(Digital image processing in the basic morphology processing, such as corrosion, swelling, open operation and close operation to achieve the source code. You can customize the shape of structural elements.)
    2009-01-06 09:38:40下载
    积分:1
  • QT-ITK-VTK-Image-Viewer
    一个基于qt界面的简单的itk读入,vtk显示的示例,包括中值滤波等简单图像处理功能。(a example of reading itk and display with vtk)
    2020-07-23 20:58:43下载
    积分:1
  • TemplateTrans
    图像增强,包括图像的平滑、锐化、边缘识别等操作(Image enhancement, including image smoothing, sharpening, edge detection and other operations)
    2010-05-22 13:47:53下载
    积分:1
  • Chapter4
    数字图像处理,包括图像的卷积,相关,线性滤波处理,边缘检测都是运用labview来完成的。(Digital image processing, including images, linear convolution, filter, edge detection is accomplished using labview)
    2010-08-25 15:49:27下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载