登录
首页 » matlab » matlab图像运算

matlab图像运算

于 2019-02-27 发布 文件大小:23KB
0 186
下载积分: 1 下载次数: 7

代码说明:

  最简单的进行两图像的加减和异或,同或,运算。(The simplest operation is to add and subtract two images, and to add and subtract two images.)

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

发表评论

0 个回复

  • A-Watermarking-Algorithm(MATLAB)--
    盲水印提取时不需要参考原始载体图像,在信息隐藏、版权保护等方面具有更广泛的应用前景。提出的盲水印算法在分块离散余弦变换(DCT)和离散小波变换(DWT)的基础上,利用关系双方DCT系数和DWT系数在受到攻击时具有相同变化趋势的特点,采用关系嵌入和量化嵌入的自适应选择嵌入策略,较大幅度地提高了盲水印提取的鲁棒性。同时在量化嵌入中采用抖动调制,实现了水印透明性和鲁棒性调节的便捷性。大量仿真实验结果表明该算法对噪声干扰、低通滤波、JPEG压缩、对比度增强等攻击有很好的鲁棒性和透明性。关键词 数字水印盲水印关系嵌入量化嵌入离散余弦变换离散小波变换 按这篇文章的算法,自己编的matlab,没有攻击时水印提取率为1,加水印后图像PSNR有45+,。有攻击后提取率也有0.9+。(Blind watermark extraction can be fulfilled without referring to the original host image. Therefore it hasmuch prospective applications in the fields of information hiding and copyright protection. Based on blocking Discrete Cosine Transform (DCT) and blocking DiscreteWaveletTransform (DWT), the proposed blind watermarking algorithm uses an embedding strategy of adaptively selecting either relationship embedding or quantization embedding. The relationship em- bedding comes from the observation thatboth themagnitudes of coefficients concerned in the relationship usually have thesame change trend when the image is attacked. This strategy remarkably improves the robustness ofwatermark extraction.In addition, dithermodulation is used in quantization embedding, bywhich the tradeoff between transparency and robus-tness ofwatermarking can be easily adjusted. Simulation results show that the algorithm is fairly robust against the attacks such as noise, filtering, compression, and contrast )
    2013-04-14 16:15:47下载
    积分:1
  • Zhang(zhongwenzhushi)
    对张正友标定得程序重新详细标注了中文注释,方便初学者尽快入门,在最短的时间内了解程序流程,提高学习效率!(Zhang Zhengyou matlab calibration procedures, in order to facilitate a beginner, a code re-done every detail marked Chinese comments, so that we can understand the flow of the program as soon as possible!)
    2015-08-24 10:52:39下载
    积分:1
  • ReferenceWhite
    利用改进的“参考白”算法对彩色图像进行光照补偿(Using improved "reference white" algorithm to compensate illumination of color image.)
    2011-06-09 19:46:43下载
    积分:1
  • icp111
    说明:  本算法是matlab代码,通过icp点云匹配算法实现三维点云的配准(The algorithm is matlab code, and the registration of three-dimensional point cloud is realized by ICP point cloud matching algorithm.)
    2019-09-26 21:14:57下载
    积分:1
  • BP_Match
    基于置信传播的立体匹配算法,匹配精度较高(Stereo matching algorithm based on belief propagation, high matching accuracy)
    2013-02-04 13:04:44下载
    积分:1
  • fingerprint_match
    指纹识别系统,包括指纹图像预处理,特征点提取,采用点模式匹配。(Fingerprint identification systems, including fingerprint image preprocessing, feature extraction, using point pattern matching.)
    2020-12-21 11:29:08下载
    积分:1
  • jiyuzuixiaoerchengfagaijindesuijituoyuanjiance
    为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测的速度、稳定性和准确性, 同时保留了原算法的抗噪声能力.(: An imp roved randomized ellip se detection algorit hm based on least square approach was proposed to enhance t he efficiency and accuracy of ellip se detection in digital images. This algorit hm randomly se2 lect s three edge point s in t he image , and t hen uses least square approach to fit all t he edge point s in three windows , which are defined by t he t hree edge point s. The forth edge point is randomly selected to judge whet her a possible ellip se exist s in t he image. Utilizing the characteristic of direct least square fit ting of ellip se , an iteration process of edge point collecting and ellip se refit ting of possible ellip se was int roduced to ext ract t he final ellip se’s parameters. Artificial images wit h different level s of noise and nature images containing incomplete ellip ses were employed to test t his algorithm. Experimental result s show that t he improvement s are notable. Compared with the original algorit hm , t he propo sed algorit hm reduces)
    2020-11-01 11:19:55下载
    积分:1
  • MRF
    使用马尔可夫随机场进行图像分割,包括标记场、特征场建模和参数估计等,程序可运行。(image segmentation Using Markov random field , including label Field, features field modeling and parameter estimation, the program can run.)
    2020-11-22 16:09:34下载
    积分:1
  • 基于态学的权重自适应去噪
    说明:  图像处理案例,本程序是用matlab基于形态学的权重完成自适应图像去噪功能(Image processing case, this program is based on the weight of MATLAB morphology to complete adaptive image denoising function.)
    2021-03-25 16:37:20下载
    积分:1
  • susan
    Susan算法,用于角点检测。很先进的方法,国内有人改进过,这是原来的方法。(Susan algorithm for corner detection. The most advanced methods, there are those who improved, this is the original method.)
    2008-07-13 17:22:03下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载