搜索资源列表
图像拼接【matlab】
- 基于尺度不变特征转换(SIFT)特征实现的图像拼接算法
OSTU-matlab.ostu算法的maltab代码
- ostu算法(最大类间房差法,类属于阈值分割)的maltab代码,用于计算机图像处理分割及其相关应用。,ostu algorithm (the largest difference room category, type of threshold segmentation is) the maltab code, used in computer image processing and related partition application.
gmm_test.rar
- 使用EM算法模拟高斯混合模型(GMM)的构成,Analog EM algorithm using Gaussian mixture model (GMM) the composition of
meanshift.rar
- 基于meanshift算法最全面的资料收集,是本人长期收集该算法的结晶,里面有均值漂移算法的word文档,PPT资料,基于meanshift的目标跟踪算法(MATLAB),还有相应的文章,下了绝不后悔,将心比心,互惠互利。,Meanshift algorithm based on the most comprehensive data collection, is a long time, I collected the crystallization of the algorithm, whi
ASD
- 自适应子空间分解(ASD)算法的程序。用于高光谱图像降维-ASD on hyperspectral
LSB
- 实现了最低有效位LSB水印算法。 压缩文件中含有原图,可直接放到Matlab中运行。-We realize the least significant bit (LSB) watermarking algorithm. It contains all the images you need,and it can be run directly in Matlab.
matlab-image-segment
- 基于matlab的图像分割算法(帧差法),效果可以,供相关人员参考!-Matlab-based algorithm for image segmentation (frame-difference method), the effect can be, for the relevant personnel information!
work
- 基于空域的脆弱水印算法,该方法最具代表性的是最低有效位(LSB)法,也就是文件中的方法,两个文件分别给出了水印的生成和检测。-Airspace based on fragile watermarking algorithm, the method is the most representative of the least significant bit (LSB) method, which is the method of the document, two documents were
TDLMS
- 图像处理中应用非常广泛的二维最小均方误差算法(TDLMS)。绝对好用!-Image Processing is widely used two-dimensional MMSE algorithm (TDLMS). Absolute ease of use!
meanvar
- C均值算法用于图像分割(matlab打开),已经调试过的-C Means Algorithm for Image Segmentation (matlab open), have been debug
RD_advantage
- 合成孔径雷达(SAR)回波仿真以及经过改进的RD成像算法。-Synthetic aperture radar (SAR) echo simulation and improved RD imaging algorithm.
image_inhancement
- 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
Texture_sys
- 彩色图像纹理合成(基于Efros-Leung算法)(matlab中应用C的接口)-Implement the non-parametric texture synthesis algorithm of Efros-Leung
FCM
- 模糊C-均值(FCM)聚类算法,用MATLAB程序编写。-FCM clustering algorithm
Halftoning_OrderedDithring_and_ErrorDiffussion
- Matlab源代码:利用有序抖动算法(Bayer矩阵D4和D8)生成二元图像;利用误差扩散算法(Floyd-Steinberg filter)生成二元图像。-Matlab code using the ordered dithring (Bayer D4 and D8 matrix) to generate the binary images Matlab code using the error diffusion algorithm (Floyd-Steinberg filter) to
graphcutformatlab
- 这是一个关于图割算法(graphcut)的MATLAB代码实现的。实现了用MATLAB来实现的参数估计,并且可以用于三维重建。-Here is a graph cut algorithm (graphcut) of the MATLAB code implementation. Achieved using MATLAB to implement the parameter estimation, and can be used for three-dimensional reconstruct
CS--design-MATLAB
- 基于MATLAB的图像压缩感知毕业设计说明书。运用matlab软件,在离散傅里叶变换(DFT)和离散余弦变换(DCT)分块CS的基础上,采用正交匹配追踪算法(OMP)实现了对一维信号和二维图像的高概率重构。将重构结果与原始信号对比,结果表明,只要采样数M(远小于奈奎斯特定理所需要的采样率)能够包含图像所需要的有用信息时,CS算法就能精确的完成对图像的重构,并且重构效果也比较好-Compressed sensing image graduation design specification bas
jpeg in matlab
- JPEG 是Joint Photographic Experts Group(联合图像专家小组)的缩写,是第一个国际图像压缩标准。JPEG图像压缩算法能够在提供良好的压缩性能的同时,具有比较好的重建质量,被广泛应用于图像、视频处理领域。本代码是JPEG图像压缩算法在MATLAB上实现(the method of image compression with JPEG implemented on MATLAB)
红外与可见光图像配准算法(MATLAB版代码)
- 红外和可见光图像配准和融合算法,采用仿射变换(Registration and fusion of infrared and visible images)
matlab实现灰度图像的直方图均衡化算法
- matlab编程实现灰度图像的直方图均衡化算法 (1)使用Matlab实现,不能直接调用自带的histeq函数 (2)采用函数调用的方式:定义功能函数g=myhisteq(f) (3)将结果与使用Matlab自带的histeq函数得到的结果进行比较