登录
首页 » Visual C++ » Tsharing_Thieh

Tsharing_Thieh

于 2012-07-26 发布 文件大小:945KB
0 141
下载积分: 1 下载次数: 12

代码说明:

  实现了Thien在他的文章《secret image sharing》中提出的(r,n)门限秘密图像分存方案。 (Thien in his article " secret image sharing" (r, n) Door Threshold Secret Image Sharing Scheme.)

文件列表:

Tsharing_Thieh
..............\Secret image sharing.pdf,656427,2009-09-15
..............\sharing_Thien

..............\.............\imgae_scramble.m,824,2009-09-23




..............\.............\lena分存图像4.bmp,33846,2009-10-08
..............\.............\main.asv,2396,2009-10-08
..............\.............\main.m,2393,2009-10-08
..............\.............\ploy.m,77,2009-10-08
..............\.............\Tiffany.png,9517,2009-09-24
..............\.............\恢复出来的lena图像.bmp,66614,2009-10-08
..............\.............\置乱后的lena图像.bmp,66614,2009-10-08

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

发表评论

0 个回复

  • D2R9
    这是一个图像处理时用到的程序 可作为图像处理用非常有价值(This is an image processing procedures can be used as image processing with very valuable)
    2007-03-09 15:57:54下载
    积分:1
  • cdd
    数字图像处理和图像识别的vc++编程方法(Digital image processing and image recognition of the vc++ Programming)
    2010-10-31 10:54:42下载
    积分:1
  • circle
    一个会动得圆,让学习的人更好的了解C++知识,是最基本的知识,学习工程的基本入门。(Will get round a move, so who better to learn about C++ knowledge, is the most basic knowledge, basic engineering study entry.)
    2011-08-17 17:47:38下载
    积分:1
  • 功能很全的车牌识别系 platenumber
    功能很全的车牌识别系统,图像与处理,车牌定位,字符分割和字符识别等(Full license plate recognition system, image processing, license plate location, character segmentation and character recognition.)
    2020-07-04 01:20:01下载
    积分:1
  • view
    Matlab time-frequency analysis supporting the source code of chapter 12, please share
    2017-08-03 03:15:27下载
    积分:1
  • add_noise_to_image
    为图像添加各种噪声,如高斯噪声、泊松噪声、椒盐噪声等。(需有openCV)(Add all kinds of noise for the image, such as Gaussian noise, Poisson noise, salt and pepper noise. (The need for openCV))
    2010-07-08 19:20:15下载
    积分:1
  • target-tracking
    基于meanshift算法的目标跟踪,主要是基于opencv车辆跟踪!!!程序当中进行简单的图像分割(Based on the meanshift algorithm of image segmentation and target tracking.)
    2013-08-21 10:45:45下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • picture3
    讲解滤波与二值图像处理,比较简单的图像处理源码(Explain the filtering and binary image processing, image processing source code is relatively simple)
    2011-12-27 19:14:54下载
    积分:1
  • Graph_Cut
    Graph Cutshi是最近在计算机视觉中研究和应用比较多的优化算法,典型的用于stereo matching, image restortion, texture synthesis等应用,以上代码给出了graph cut,mean shift, 以及相关的ppm/pgm图像借口,本来是用于stereo matching的,已经把相关的matching的实现代码给去掉了。大家可以以此为平台做一些相关的研究和应用。 (Graph Cutshi recently in computer vision research and application of a relatively large number of optimization algorithms, typical for the stereo matching, image restortion, texture synthesis applications, the above code gives the graph cut, mean shift, and the associated ppm/pgm images an excuse, it is used for stereo matching, and has been related to matching the code to realize removed. U.S. can also be used as a platform to do some related research and applications.)
    2008-03-03 22:26:01下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载