登录
首页 » matlab » MatLab

MatLab

于 2013-10-22 发布 文件大小:620KB
0 217
下载积分: 1 下载次数: 12

代码说明:

  图片的旋转、截图、灰度、翻转、滤波、去噪等基本处理(Image rotation, screenshots, gray, flip, filtering, noise and other basic processing)

文件列表:

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

发表评论

0 个回复

  • jushuSAR
    在分析聚束合成孔径雷j盘(SAR)方位向时频关系的基础上,提出了一种新的全孔径分辨率SAR成像算法。 根据SAR在条带与聚束模式下回波信号之间的差别,利用现有成熟的条带SAR成像算法实现先对聚束SAR各方位向子 孔径成像,而后再将各方位子孔径带宽合成为全孔径带宽,以形成具有全孔径分辨率的SAR图像,极大降低了系统PRF 的要求。(In the analysis of spotlight synthetic aperture radar dish j (SAR) azimuth based on the time-frequency relationship, a new full-aperture resolution SAR imaging algorithm. According to SAR in strip and spotlight mode, the difference between the echo signal, the use of existing mature band SAR imaging algorithm first bit of the spotlight SAR the parties to the sub-aperture imaging, and then place then all the bandwidth synthetic aperture the bandwidth for the full aperture to form a full aperture resolution SAR images, greatly reducing the system PRF requirements.)
    2010-07-07 14:03:19下载
    积分:1
  • MatlabEdgeDetection
    一个基于matlab开发的系统,实现对图像直方图的绘制、canny、sobel等几种不同算子的边缘检测(A system based on matlab development, drawing the image histogram, canny, sobel edge detection of several different operators can manually modulation threshold)
    2012-08-16 01:31:36下载
    积分:1
  • yuanxinhao
    数学形态滤波。包括打开,滤波,处理,去噪等一系列功能。代码实验无误(Mathematical morphology filtering. A series of functions, including open, filtering, processing, denoising. Code experiment is correct)
    2012-09-05 22:01:06下载
    积分:1
  • shuzishuiyinzongshu
    :数字水印将感觉不到的信号嵌入到声频、视频和图像中以实现不同的目的。例如: 添加标题和版权保护。首先介绍 了有关数字水印的基本原理、重要属性及其主体框架。然后,将数字水印按不同角度划分为不同种类。讨论了各种各样的数 字水印算法以及数字水印在不同领域的应用,并简要介绍了对数字水印的攻击。最后,给出了数字水印当前的研究现状和发 展形式及前景。(: Digital watermark embedding imperceptible signals to the audio, video and images to achieve different purposes. Example: Add a title and copyright protection. Firstly, the basic principle about digital watermarking, and the main framework of the important attributes. Then, the digital watermark according to different angles into different types. Discussed a wide range of digital watermarking algorithms and digital watermarking applications in different fields, and a brief introduction of the digital watermarking attacks. Finally, the digital watermark of the current situation and development in the form of research and prospects.)
    2015-03-18 16:12:36下载
    积分:1
  • mohu_img_enhance
    模糊集图像增强:设计隶属度函数将图像从空间域变换到模糊集域;设计模糊增强算子,在模糊集域对图像进行处理;根据隶属度函数重新将图像从模糊集域变换到空间域。(Fuzzy image enhancement: Designing the membership function of the image from the spatial domain to the fuzzy set domain design fuzzy enhancement operator in fuzzy set domain for image processing membership function according to re-image from the fuzzy set domain to the spatial domain .)
    2021-01-26 23:18:41下载
    积分:1
  • fangpang
    包括最后计算压缩图像的峰值信噪比和压缩效果的源码,包含特征值与特征向量的提取、训练样本以及最后的识别,毕设内容,高光谱图像基本处理。( Including the final calculation of the compressed image peak signal to noise ratio and compression of the source, Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Complete set content, basic hyperspectral image processing.)
    2017-01-16 09:35:14下载
    积分:1
  • DyBMPMovie
    实现“动态”的位图动画,VC++经典编程学习源码,很好的参考资料。(The realization of "dynamic" bitmap animation, VC++ classic learning programming source code, a good reference.)
    2013-11-25 12:37:28下载
    积分:1
  • crack_detection
    处理图像,利用提出高频的方法,把图像中的裂纹提取出来。能比较好的把背景图像和裂纹分割开来。(Processing images, the use of the proposed high-frequency method of the cracks in the image extracted. Good background image and crack separated.)
    2013-02-26 09:37:18下载
    积分:1
  • houghtrans
    hough变换是图像处理中一种方法,该文件是用matlab语言实现的hough变换,但未使用matlab提供的函数,可以用于hough变换的学习和掌握。(hough ??换 是??像 )
    2008-08-18 17:09:35下载
    积分:1
  • picture--chasing
    背景建模和前景分割的方式把运动车辆提取出来。并进行最近临关联,输出目标轨迹。 MeanShift运动目标跟踪 matlab程序 1.截取跟踪目标矩阵rect 2.求取跟踪目标的加权直方图hist1 3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。 4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。 这两种算法为处理图像跟踪的基本方法 (Background modeling and foreground segmentation the extracted moving vehicles. Pro associated output and the target locus. Target tracking matlab program MeanShift movement. Interception tracking the target matrix rect strike a tracking target weighted histogram hist1 3. Reads a video sequence, randomly take a with the rect large rectangular, calculate the weighted histogram hist2. 4. Calculate both the proportion of function, if the latter gap is too large to update the new center of the matrix Y conducted the iteration (MeanShift is a variable step size can be rapidly approaching the peak of the probability density) until certain conditions to stop. The basic method of these two algorithms for processing the image tracking)
    2012-11-12 16:44:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载