搜索资源列表
数字图像处理MATLAB大作业
- 在MATLAB命令行窗口中输入>>guide后打开”test.fig”文件,运行后出现的整个程序的使用界面如下所示:界面左边是一些功能的选择,右边主要是两个图像显示区域,左边的区域显示输入图像,右边的区域显示处理后的图像。(data picture dealing big project)
感兴趣区域
- 用matlab提取图形中的的感兴趣区域,其他区域全部变成白色(Extract the region of interest for the graph)
本书源文件
- 书籍MATLAB图像处理实例详解中的相关源文件(the relevant source files of book MATLAB image processing examples of detailed explanation of)
dftfilt
- 离散傅里叶滤波器,使用与图像滤波。冈萨雷斯书中的例程。(Discrete Fourier filter, use and image filtering. Routines in Gonzales's book.)
cowddinatecalibration
- matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释(Polar coordinates in the matlab function improvement, coordinate axis calibration can be negative, input parameter annotation)
ijcpgs
- matlab平台开发的振动工具箱,进行振动中的数值计算 不错的(The vibration of the matlab platform development kit, vibration numerical calculation of the good)
817986
- OFDM中的关于二进制转十进制器的个人设计的MATLAB的算法,比较经典的 !,(OFDM on the binary switch decimal of individual design MATLAB algorithm, more classic!)
96172460
- OFDM中的关于快速傅立叶变换的个人设计的MATLAB的算法,比较经典的 !,(OFDM on the fast Fourier transform personal design MATLAB algorithm, more classic!)
3015954
- OFDM中的关于映射器的个人设计的MATLAB的算法,比较经典的 !,(OFDM on the mapping of individual design MATLAB algorithm, more classic!)
fielq_exceed
- 一篇关于如何在matlab中实现pso算法的论文,从而实现优化求解,,(An article about how in matlab of pso algorithm in the paper, so as to realize optimization to solve,,)
1740311
- 压缩包中的一系列matlab程序实现了“特定人群语音情感识别(Package of a series of matlab to realize the specific people speech emotion recognition)
自适应中值滤波
- 自适应中值滤波在matlab平台上的实现(Implementation of adaptive median filtering in Matlab platform)
test
- 数学建模中应用到的简单图像处理程序,仅以此作为一些参考程序(Mathematical modeling applied to simple image processing procedures, only as a reference procedure)
不带晃动-动态背景
- matlab 中的视频图像处理。可用的程序()
matlab differential algorithm
- 在matlab 中实现简单的微分算法及梯形高通滤波,matbab是基于图像处理常用的一种软件,实现图像微分,空间频率愈高,幅度增加就愈大。这表明微分是可以加强高频成分的,从而使图象轮廓变清晰。(to achieve a simple differential algorithm and Butterworth highpass filter in Matlab)
matlab实现DCt
- 用MATLAB实现DCT水印算法。信号经过DCT后,从空间域变换到频域。是一种正交变换的方法。是图像处理中应用即为广泛的傅氏变换中一种特殊的情况(被展开函数是实偶函数,再离散化,即为离散余弦变换)。 同傅氏变换一样,有正反两种变换。(DCT watermarking algorithm is implemented with MATLAB.)
morphological
- 对创建的二值图像进行膨胀处理(matlab编程实现),膨胀会增长或粗化二值图像中的物体,我自己编写了一个用matlab编程实现二值化的例子(morphological,matlab,image processing,dilate)
Untitled2
- 一段作为前景提取提取的函数,将静态背景中的动态目标提取(A as a function of the foreground extraction to extract, dynamic target extraction from the static background)
sa
- 图像处理 求出图像中米粒个数以及各米粒的大小 首先进行边缘检测,然后填充,之后进行开运算,可以使一些轻微连接着的米粒分开。然后遍历图片,把各个米粒进行标号,从1开始从小到大标号。每个米粒的各像素点值相同,第i个米粒的各像素点值均为i。其中采用了队列,用数组模拟。最大的米粒标号便是米粒的总个数。最后,遍历一遍图像数组,便可求出各米粒的面积。(image processing The number of rice grains and the size of each grain were c
Image Segmentation
- 包括了数字图像处理中的图像分割若干MATLAB代码(digital image processing using matlab of image segmentation)