登录
首页 » C# » LSB-Algorithm

LSB-Algorithm

于 2020-12-01 发布 文件大小:132KB
0 200
下载积分: 1 下载次数: 19

代码说明:

  LSB算法实现BMP图片信息的隐藏和提取 语言:C#(LSB algorithm BMP image information hiding and extraction languages: C#)

文件列表:

LSB Algorithm
.............\bin
.............\...\Debug
.............\...\.....\LSB_Algorithm.exe,49152,2007-09-30
.............\...\.....\LSB_Algorithm.pdb,36352,2007-09-30
.............\...\.....\LSB_Algorithm.vshost.exe,5632,2005-11-11
.............\...\Release
.............\...\.......\LSB_Algorithm.exe,49152,2007-09-30
.............\...\.......\LSB_Algorithm.pdb,32256,2007-09-30
.............\...\.......\LSB_Algorithm.vshost.exe,5632,2005-11-11
.............\Form1.cs,7614,2007-09-30
.............\Form1.Designer.cs,19194,2007-09-30
.............\Form1.resx,21312,2007-09-30
.............\LSBDecrypt.cs,6337,2007-09-29
.............\LSBEncrypt.cs,6844,2007-09-30
.............\LSB_Algorithm.csproj,3435,2007-09-30
.............\LSB_Algorithm.sln,914,2007-09-28

.............\obj
.............\...\Debug
.............\...\.....\LSB_Algorithm.csproj.GenerateResource.Cache,842,2007-09-30
.............\...\.....\LSB_Algorithm.exe,49152,2007-09-30
.............\...\.....\LSB_Algorithm.Form1.resources,10700,2007-09-30
.............\...\.....\LSB_Algorithm.pdb,36352,2007-09-30
.............\...\.....\LSB_Algorithm.Properties.Resources.resources,180,2007-09-30
.............\...\.....\Refactor
.............\...\.....\TempPE
.............\...\LSB_Algorithm.csproj.FileList.txt,636,2007-09-30
.............\...\Release
.............\...\.......\LSB_Algorithm.csproj.GenerateResource.Cache,842,2007-09-30
.............\...\.......\LSB_Algorithm.exe,49152,2007-09-30
.............\...\.......\LSB_Algorithm.Form1.resources,10700,2007-09-30
.............\...\.......\LSB_Algorithm.pdb,32256,2007-09-30
.............\...\.......\LSB_Algorithm.Properties.Resources.resources,180,2007-09-30
.............\...\.......\TempPE
.............\Program.cs,472,2007-09-28
.............\Properties
.............\..........\AssemblyInfo.cs,1210,2007-09-28
.............\..........\Resources.Designer.cs,2881,2007-09-28
.............\..........\Resources.resx,5612,2007-09-28
.............\..........\Settings.Designer.cs,1097,2007-09-28
.............\..........\Settings.settings,249,2007-09-28

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

发表评论

0 个回复

  • matlab_daima
    说明:  读取nc、hdf文件,进行数据分析(趋势分析、逐步线性回归等)(To read nc and hdf and do data analysis.)
    2019-05-02 11:28:37下载
    积分:1
  • watermark
    数字水印嵌入、提取算法(Digital watermark embedding, extraction algorithm)
    2008-05-29 10:50:39下载
    积分:1
  • code
    DCT数字水印基于CVI平台。用c编写的。(DCT digital watermarking)
    2013-09-17 22:33:45下载
    积分:1
  • morn
    利用数学形态学的原理实现图像处理,包括腐蚀、膨胀、开、闭运算(The principle use of mathematical morphology realize image processing, including corrosion, swelling, open and close operation)
    2008-03-30 08:47:22下载
    积分:1
  • my_dct
    用matlab做的基于DCT变换的图像压缩源码,先把图像分成8X8 的子块,然后做DCT变换,再量化,在恢复重建图像(Using matlab to do DCT-based transform image compression source code, first image is divided into 8x8 sub-block, and then make DCT transform, and then quantified, at the resumption of the reconstructed image)
    2020-08-09 12:08:29下载
    积分:1
  • source
    实现了对误拍角度的矫正,基于轮廓提取以及旋转矩阵变换实现图像错误识别和矫正(It realizes the correction of misalignment angle, and realizes image error recognition and correction based on contour extraction and rotation matrix transformation.)
    2018-07-06 15:20:57下载
    积分:1
  • matlab
    使用matlab对医学图像进行处理,不同去噪方法结果的对比。(matlab image nosing)
    2013-04-11 21:26:37下载
    积分:1
  • thresh_md
    基于最大类间方差准则的阈值分割算法。其基本思想是对像素进行划分,通过划分得到的各类之间的距离达到最大,来确定合适的门限。(Based on the maximum between-cluster variance criteria threshold segmentation algorithm. The basic idea is to divide pixels, obtained through the division of the distance between the various types of maximum, to determine the appropriate threshold.)
    2007-10-27 16:11:26下载
    积分:1
  • matlab实验程序
    说明:  (1)利用matlab函数进行噪声模拟,并用matlab自带函数进行图像滤波。 (2)利用给定图像自己编程实现使用均值滤波器、中值滤波器对不同强度的高斯噪声和椒盐噪声,进行滤波处理,并对结果进行评价分析,并解释结果。 (3)自己编程实现laplacian算子图像的处理,实现图像增强;编程实现sobel算子对图像边缘提取。将结果与matlab自带函数计算结果比较。 (4)利用模糊处理对图的灰度值进行改变实现灰度增强,并与直方图均衡结果比较((1) Matlab function is used to simulate noise, and Matlab function is used to filter image. (2) Using the given image, we use the mean filter and median filter to filter the Gaussian noise and salt and pepper noise with different intensities, evaluate and analyze the results, and interpret the results. (3) The image processing of Laplacian operator and image enhancement are realized by programming Sobel operator is used to extract image edge. The results are compared with those of MATLAB. (4) Fuzzy processing is used to change the gray value of the image to achieve gray enhancement and balance with histogram)
    2020-07-19 14:29:09下载
    积分:1
  • sobel
    数字图像处理中的sobel算子Matlab程序(Digital image processing in Matlab procedure sobel operator)
    2008-06-01 19:53:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载