登录
首页 » matlab » 07ICIPShi

07ICIPShi

于 2010-01-24 发布 文件大小:1382KB
0 142
下载积分: 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 个回复

  • MATLAB
    介绍了DAB 接收机中的OFDM 同步算法,重点对OFDM 接收机方案中基于保护间隔的符号定时估计、频 率偏移估计进行了分析,提出了适用于Eureka147DAB 系统的同步算法;并对各种算法进行了计算机仿真,本文介绍的算法满 足DAB 接收机的要求,有很大的应用价值。(Introduced the DAB the OFDM receiver synchronization algorithms, focusing on OFDM receiver scheme based on the protection of the interval estimation, frequency symbol timing Rate migration estimates are analyzed and some appropriate Eureka147DAB system in the synchronization algorithms And kinds of the computer simulation algorithm, this paper introduces the algorithm of the full The requirements of the foot DAB receiver, a large application value. )
    2012-02-23 14:34:06下载
    积分:1
  • EMSegementation
    EM算法是最为经典的统计图像分割方法,代码基于matlab,使用EM算法实现图像分割,源代码加实例图像,非常好用(By using EM algrithm to realize the segementation of image)
    2021-04-27 13:08:45下载
    积分:1
  • Canny
    说明:  用canny算子来检测图像边缘,VC++(Using canny operator to detect image edge)
    2010-03-28 14:43:47下载
    积分:1
  • particle_filtering_algorithm
    粒子滤波算法的实现,其中重采样采用残差重采样算法。(Particle filter algorithm, in which the use of residual resampling resampling algorithm.)
    2008-05-04 10:04:12下载
    积分:1
  • butterfly
    根据16点DFT算法得出的运算流程图,得到的16点DFT蝶形运算函数(16 point s DFT algorithm)
    2013-04-07 11:52:45下载
    积分:1
  • matlab
    图像处理基础、图像运算、图像编码、图像变换、图像增强、图像复原、图像的分割、图像数学形态学处理和小波图像处理(The basis of image processing, image computing, image coding, image transformation, image enhancement, image restoration, image segmentation, image mathematical morphology and wavelet image processing)
    2013-01-29 16:36:40下载
    积分:1
  • SAD
    C++实现的SAD立体匹配算法,速度快,效果不错(SAD stereo matching method,it runs well.)
    2021-01-19 16:38:42下载
    积分:1
  • circle-are
    用C编写程序来求解圆的面积和周长,这是以前的一个实习作业。(Write a program in C to solve the area and perimeter of a circle, which was previously an internship job.)
    2013-10-14 19:22:33下载
    积分:1
  • Image-and-Video-Steganography-master
    说明:  实现了图像与视频的信息隐藏,输入图片和视频可进行效果演示(The information hiding of image and video is realized)
    2021-04-06 11:29:02下载
    积分:1
  • one-based
    一种基于背景减法和帧差的运动目标检测算法(Based on background subtraction and frame difference moving target detection algorithm)
    2013-07-31 09:12:36下载
    积分:1
  • 696518资源总数
  • 105595会员总数
  • 1今日下载