登录
首页 » matlab » 07ICIPShi

07ICIPShi

于 2010-01-24 发布 文件大小:1382KB
0 88
下载积分: 1 下载次数: 147

代码说明:

  图像特征隐写分析,用于分析图像是否含有秘密信息(Image feature steganalysis for the analysis of the image if it contains confidential information)

文件列表:

07ICIP_Shi_STEGANALYZING TEXTURE IMAGES.pdf
matlab
......\FaridSteganalysis.m
......\feature_exact.m
......\Fig0405(a)(square_original).tif
......\Hist2CFCocurrentMoments.m
......\HistCFMoments.m
......\learnfft.m

......\main.m
......\matlabPyrTools
......\..............\binomialFilter.m
......\..............\blur.m
......\..............\blurDn.m

......\..............\buildGpyr.m
......\..............\buildLpyr.m
......\..............\buildSCFpyr.m
......\..............\buildSCFpyrLevs.m
......\..............\buildSFpyr.m
......\..............\buildSFpyrLevs.m
......\..............\buildSpyr.m
......\..............\buildSpyrLevs.m
......\..............\buildWpyr.asv
......\..............\buildWpyr.m
......\..............\cconv2.m
......\..............\cgorphoto.m
......\..............\htm" target=_blank>ChangeLog
......\..............\clip.m
......\..............\Contents.m
......\..............\corrDn.m
......\..............\einstein.pgm
......\..............\entropy2.m
......\..............\factorial.m
......\..............\feature_extr.m
......\..............\feynman.pgm
......\..............\histo.m
......\..............\histoMatch.m
......\..............\ifftshift.m
......\..............\imGradient.m
......\..............\imStats.m
......\..............\innerProd.m
......\..............\kurt2.m
......\..............\lplot.m
......\..............\lpyrHt.m
......\..............\maxPyrHt.m
......\..............\mean2.m
......\..............\MEX
......\..............\...\htm" target=_blank>-MacReadMe
......\..............\...\.FBCIndex
......\..............\...\convolve.c
......\..............\...\convolve.h
......\..............\...\corrDn.c
......\..............\...\corrDn.c~
......\..............\...\corrDn.dll
......\..............\...\corrDn.dsp
......\..............\...\corrDn.dsw
......\..............\...\corrDn.mex
......\..............\...\corrDn.mex4
......\..............\...\corrDn.mexglx
......\..............\...\corrDn.mexlx
......\..............\...\corrDn.mexmac
......\..............\...\corrDn.mexsol
......\..............\...\corrDn.ncb
......\..............\...\corrDn.opt
......\..............\...\corrDn.plg
......\..............\...\corrDn.µ
......\..............\...\corrDn.µ.exp
......\..............\...\corrDn.µ.rsrc
......\..............\...\corrDn.π.4
......\..............\...\Debug
......\..............\...\.....\corrDn.obj
......\..............\...\.....\corrDn.pch
......\..............\...\.....\vc60.idb
......\..............\...\.....\vc60.pdb
......\..............\...\edges-orig.c
......\..............\...\edges.c
......\..............\...\histo.c
......\..............\...\histo.c~
......\..............\...\histo.dll
......\..............\...\histo.mex
......\..............\...\histo.mex4
......\..............\...\histo.mexglx
......\..............\...\histo.mexlx
......\..............\...\histo.mexmac
......\..............\...\histo.mexsol
......\..............\...\histo.µ
......\..............\...\histo.µ.exp
......\..............\...\histo.µ.rsrc
......\..............\...\histo.π.4
......\..............\...\innerProd.c
......\..............\...\innerProd.dll
......\..............\...\innerProd.mexglx
......\..............\...\innerProd.mexlx
......\..............\...\innerProd.mexmac
......\..............\...\innerProd.mexsol
......\..............\...\Makefile-linux
......\..............\...\Makefile-ml6-linux
......\..............\...\Makefile-osx
......\..............\...\Makefile-solaris

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

发表评论

0 个回复

  • Interpolation
    利用低通滤波器对图像进行插值放大:按放大的倍数对原图像进行插零,插零后的图片与低通滤波函数进行卷积,原先插入的零的位置自动替换为适当的插值,如此图像就已经插值放大了,图像质量还不错。(Double the number of pixels of each row and column by adding a zero value pixel between each pixel of the image.Then operate with two kinds of low-pass filters to get the enlarged image.)
    2010-02-17 05:00:44下载
    积分:1
  • DFT-DCT
    说明:  基于VC++的图像的DFT变换和DCT变换,并可实现两者间的对比转换(VC++ based on the image of the DFT transform and DCT transform, and to achieve the contrast between the two conversion)
    2021-02-15 10:09:48下载
    积分:1
  • Multiscale_Retinex-master
    SSR单尺度图像增强 MSR多尺度Retinex图像增强模型(MSR Multiscale Retinex Image Enhancement Model)
    2019-01-17 19:47:32下载
    积分:1
  • Jerman增强滤波器 可行
    基于hessian矩阵的眼底图像血管增强滤波(Vessel Enhanced Filtering of Eyeground Images Based on Hessian Matrix)
    2020-12-16 16:09:14下载
    积分:1
  • tuxiangpinjie
    这个程序可以用于两个图像的拼接,通过寻找特征点完成拼接(This program can be used to stitch two images and complete the stitching by finding feature points.)
    2019-03-12 15:23:59下载
    积分:1
  • Three-dimensional-reconstruction
    图像三维重建 matlab环境 可用于各种图像(Image three-dimensional reconstruction of the environment can be used for a variety of images matlab)
    2010-01-11 21:07:42下载
    积分:1
  • 一篇重要的角点检测文献的配套Matlab源码corner_detector_2004
    这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方网站下载的源码,以及2004年那篇文献,对该算法做了详细解释。(This is 2004, an important corner detection literature supporting Matlab source code. Of the algorithm is better than SIFT, Harris, Susan, such as better detection algorithm. The compressed package from the official website to download the Matlab source code, and in 2004 came across the literature, the algorithm to do a detailed explanation.)
    2021-01-09 17:48:51下载
    积分:1
  • Joint entropy
    说明:  计算两个离散变量x和y的联合熵z = H(x,y)。 输入:x,y:两个相同长度的整数向量输出:z:联合熵 可以使用,有利于学习目的(Compute joint entropy z=H(x,y) of two discrete variables x and y. Input: of x, y: two integer vector of the same length Output: z: joint entropy good for learning purposes)
    2020-06-23 11:20:01下载
    积分:1
  • url
    使用统一资源定位符类URL实现文件下载,同时ImageIO也可以实现(class URL download file)
    2017-08-24 16:11:32下载
    积分:1
  • 拟合测量
    说明:  E:
    2019-01-10 23:33:57下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载