登录
首页 » Visual C++ » StegoTool

StegoTool

于 2020-11-05 发布 文件大小:683KB
0 278
下载积分: 1 下载次数: 28

代码说明:

  LSB替换隐写软件,该软件能把ASCII码嵌入到图像中,其载体图像是24位的BMP格式图像(LSB Steganography tool which provides hide ASCII infomation within 24-bit Bitmap images)

文件列表:

StegoTool
.........\nunit.framework.dll,139264,2011-04-02
.........\nunit.framework.xml,555637,2011-04-02
.........\reports
.........\.......\110721.120548.7408.pex
.........\.......\......................\cov
.........\.......\......................\...\a19410430
.........\.......\......................\...\.........\cov.xml,11006,2011-07-21
.........\.......\......................\...\e290
.........\.......\......................\...\....\cov.xml,4257,2011-07-21
.........\.......\......................\...\e302
.........\.......\......................\...\....\cov.xml,10516,2011-07-21
.........\.......\......................\...\t94
.........\.......\......................\...\...\cov.xml,11006,2011-07-21
.........\.......\......................\dg
.........\.......\......................\exceptions.xml,1454,2011-07-21
.........\.......\......................\fix
.........\.......\......................\...\out
.........\.......\......................\report.overview.xml,10020,2011-07-21
.........\.......\......................\report.per,15960,2011-07-21
.........\.......\......................\tests
.........\.......\110721.120611.5884.pex
.........\.......\......................\cov
.........\.......\......................\...\a37173971
.........\.......\......................\...\.........\cov.xml,11006,2011-07-21
.........\.......\......................\...\e291
.........\.......\......................\...\....\cov.xml,4257,2011-07-21
.........\.......\......................\...\e303
.........\.......\......................\...\....\cov.xml,10516,2011-07-21
.........\.......\......................\...\t94
.........\.......\......................\...\...\cov.xml,11006,2011-07-21
.........\.......\......................\dg
.........\.......\......................\exceptions.xml,1454,2011-07-21
.........\.......\......................\fix
.........\.......\......................\...\out
.........\.......\......................\report.overview.xml,10021,2011-07-21
.........\.......\......................\report.per,15962,2011-07-21
.........\.......\......................\tests
.........\.......\110721.120717.7212.pex
.........\.......\......................\cov
.........\.......\......................\dg
.........\.......\......................\fix
.........\.......\......................\...\out
.........\.......\......................\report.overview.xml,9023,2011-07-21
.........\.......\......................\report.per,9565,2011-07-21
.........\.......\......................\tests
.........\.......\110721.120740.5584.pex
.........\.......\......................\cov
.........\.......\......................\dg
.........\.......\......................\fix
.........\.......\......................\...\out
.........\.......\......................\report.overview.xml,9066,2011-07-21
.........\.......\......................\report.per,9640,2011-07-21
.........\.......\......................\tests
.........\.......\110721.120806.8028.pex
.........\.......\......................\cov
.........\.......\......................\dg
.........\.......\......................\fix
.........\.......\......................\...\out
.........\.......\......................\report.overview.xml,7891,2011-07-21
.........\.......\......................\report.per,7893,2011-07-21
.........\.......\......................\tests
.........\.......\110721.121038.7416.pex
.........\.......\......................\cov
.........\.......\......................\dg
.........\.......\......................\fix
.........\.......\......................\...\out
.........\.......\......................\report.overview.xml,7891,2011-07-21
.........\.......\......................\report.per,7893,2011-07-21
.........\.......\......................\tests
.........\.......\110721.121100.6240.pex
.........\.......\......................\cov
.........\.......\......................\dg
.........\.......\......................\fix
.........\.......\......................\...\out
.........\.......\......................\report.overview.xml,7814,2011-07-21
.........\.......\......................\report.per,7816,2011-07-21
.........\.......\......................\tests
.........\.......\110721.121157.5556.pex
.........\.......\......................\cov
.........\.......\......................\dg
.........\.......\......................\fix
.........\.......\......................\...\out
.........\.......\......................\report.overview.xml,7906,2011-07-21
.........\.......\......................\report.per,7908,2011-07-21
.........\.......\......................\tests
.........\.......\110721.123223.5100.pex
.........\.......\......................\cov
.........\.......\......................\dg
.........\.......\......................\fix
.........\.......\......................\...\out
.........\.......\......................\report.overview.xml,7754,2011-07-21
.........\.......\......................\report.per,7756,2011-07-21
.........\.......\......................\tests
.........\.......\110721.123236.5512.pex
.........\.......\......................\cov
.........\.......\......................\...\a15336981
.........\.......\......................\...\.........\cov.xml,24330,2011-07-21
.........\.......\......................\...\e290
.........\.......\......................\...\....\cov.xml,12094,2011-07-21

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

发表评论

0 个回复

  • OTSUMultiThre
    1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。(1. This procedure shows the histogram feature, OTSU single segmentation, OTSU binary segmentation, OTSU three segmentation 2. OTSU segmentation, it is usually the case we are through the between-cluster variance by a partition threshold , but sometimes we need to be the gray level of the target, then the multi-segmentation is necessary, through improved access to multi-OTSU segmentation methods 3. This procedure in addition to show the histogram to calculate run time, treatment the results of a new window display the details of this part of MFC for beginners.)
    2009-02-06 14:55:41下载
    积分:1
  • xiaobo
    结合维纳滤波的小波降噪方法,滤波效果很好(Combination of Wiener filtering of wavelet noise reduction method, filter works well)
    2009-10-24 13:59:40下载
    积分:1
  • DE
    说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
    2016-05-17 21:08:01下载
    积分:1
  • Chapter-1
    数字图像处理的基础知识学习 涵盖源代码,有助于提高编程(digital image processing )
    2013-11-05 20:36:52下载
    积分:1
  • 1111222223333334444445533332345554
    VC计算机图形学原理及算法教程 VC计算机图形学入门教程(VC theory and algorithms of computer graphics computer graphics tutorial Tutorial VC)
    2013-11-18 15:30:26下载
    积分:1
  • -TV-platform-
    一种求解电大平台天线互耦的时域积分方程快速算法(Solving the Antenna TV platform stie fast algorithm)
    2013-12-05 19:25:04下载
    积分:1
  • charrecognition
    《VC++数字图像识别技术典型案例》第九章光学字符识别技术,包括预处理、边缘跟踪和特征提取算法("VC Digital Image Recognition Technology typical case," the ninth chapter of optical character recognition technologies, including pretreatment, Edge tracking and feature extraction algorithm)
    2007-05-28 20:52:03下载
    积分:1
  • SURF
    基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高(Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly improved)
    2013-10-04 11:10:04下载
    积分:1
  • ImageGrayProcessVS2008
    打开bmp位图文件 彩色转灰阶 直方图均衡 直方图规定 灰阶线性化(Open the bmp grayscale bitmap image binarization functions connected domain extraction features)
    2010-06-19 15:17:28下载
    积分:1
  • mrfdemo
    MRF分割程序,C++编写,进行图像分割处理,帮助熟悉分割过程及能量最优求解(markov image segmentation, energy interation algorithm)
    2021-03-11 15:09:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载