搜索资源列表
texture_extract
- 纹理提取的matlab 源代码, 研究图像处理算法的可参考-texture extraction of Matlab source code, image processing algorithm research of reference
图像小波去噪程序
- 一个很好的图像小波去噪程序算法,用于图像处理
用matlab实现的一个图像增强算法
- 采用的方法是,对于一张灰度图,设定一个门限,将其每个色素值的大小与此门限进行比较,如果小于该门限,则认定其属于较暗的部分,对它进行线性的放大,以增加其分辨度,而对于大于门限值的色素点则对其进行相应的压缩处理,以得到一张新的图像。
图像处理中 各种阈值分割的基本算法的实现
- 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)等等,A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
2776matlabwatershed
- matlab 数字图像处理 分水岭算法 数字图像处理作业-matlab watershed algorithm of digital image processing of digital image processing operations
compressed-sensing-procedure
- 基于压缩感知的图像处理,分别使用二维DCT、FFT和一维dwt变换对图像信号进行稀疏变换,然后使用正交匹配追踪算法进行重构,在进行相应的逆变换-This is a image processing procedure based on compressed sensing which respectively uses two-dimensional DCT, FFT and one-dimensional dwt transform to sparse the image signal a
MATLAB
- 本文提出了一种基于MATLAB的数字图像处理系统的设计,系统中包括图像处理技术的各个方面,涵盖了图像处理领域的大部分算法,并用MATLAB的图像处理工具箱进行了算法的实现。对用matlab图像方面研究人可以参考。-In this paper, a MATLAB-based digital image processing system design, the system includes image processing technology in all aspects, covering
Gaussian_Pyramids
- 基于高斯滤波器的图像压缩算法。可以处理真彩图和灰度图,相当实用。-Gaussian filter based on image compression algorithms. Can handle true color pictures and grayscale, quite useful.
51622442snakedemo
- snake 模型的MATLAB算法。可用于图形轮廓识别等图像处理方面的领域。-active contour model developed by others.It can be used in line detection and motion tracking.If someone wants to use it,please get in tough with the developer.
matlab_image
- MATLAB基本图形图像处理操作,包含图像增强,图像分割,特征提取,图像识别,灰度处理线性算法,文字处理等多个压缩包-MATLAB image processing and basic graphics, including image enhancement, image segmentation, feature extraction, image recognition, linear gray-scale processing algorithms, word processing an
图像处理基本算法
- 图像处理的基本算法,真彩图片转二值,简单地从图像中提取目标物体
基于整体变分模型的图像修复算法仿真实现_钱宗峰
- 基于整体变分模型的图像修复算法仿真实现,使用Matlab平台。(Based on the overall variational model of image inpainting algorithm simulation, using the Matlab platform.)
基于KTL和小波变换的图像处理算法
- 小波变换 KLT变换 图像处理 小波变换和KLT变换的matlab实现(Matlab implementation of wavelet transform, KLT transform, image processing, wavelet transform and KLT transform)
mpfftimage
- 主要适用于做图像处理的稀疏分解程序,基于MP(匹配追踪)算法的稀疏分解程序一例(Mainly used for image processing sparse decomposition procedures, based on MP (matching pursuit) algorithm sparse decomposition procedures, for example)
CT图像重建代码
- MATLAB优化CT图像构建,优化算法强大,而有效(MATLAB optimized CT image construction)
MATLAB图像处理
- 文档MATLAB图像处理算法整合(精华),方便学习和使用。(Document MATLAB image processing algorithm integration (essence), easy to learn and use.)
边缘提取算法
- 这是MATLAB中的几种边缘提取算法,感觉十分有用,所以传了上来,供大家参考参考(This is the edge extraction algorithm in MATLAB)
BOMP
- 用于图像处理和信号DOA估计,是基于块稀疏的正交匹配追踪算法(This is an algorithm based on signal block sparsity, which can be used in image processing and signal DOA estimation)
现代检测技术作业之图像处理实例matlab源程序
- 现代检测技术作业之图像处理实例matlab源程序,上述图像是用ccd图像传感器采集的,试用图像处理算法,包括:去噪、边缘提取,对上述图像进行处理得到较为清晰的图像。