搜索资源列表
Euler(matlab)_CanTestWithImage
- 计算图像中的欧拉数,经典代码,采用matlab实现,可以熟悉欧拉数的求法,及相关MATLAB函数的用法,带图片可测试。-calculated image of Euler number, classic code using Matlab realized, could familiar with the Euler number for the law, MATLAB functions and related usage, with pictures can be tested.
Image_Processing(MATLAB)
- 本书是把图像处理基础理论论述与软件实践方法相结合的第一本书,它集成了冈萨雷斯和伍兹所著的《数字图像处理》一书中的重要内容和MathWorks公司的图像处理工具箱。本书的特色在于它重点强调了怎样通过开发新代码来增强这些软件工具。本书在介绍MATLAB编程基础知识之后,讲述了图像处理的主要内容,具体包括亮度变换、线性和非线性空间滤波、频率域滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、图像分割、区域和边界表示与描述以及对象识别等。 本书主要特点: 本书自成体系;
用MATLAB实现的边缘提取函数
- 用MATLAB实现的边缘提取函数,实现了sobel算子、canny算子,Robert算子、prewitt算子、marr算子,Using MATLAB to achieve the edge detection function, the realization of the sobel operator, canny operator, Robert operator, prewitt operator, marr Operator
vc++调用matlab函数混合编程实现二值图像的区域标记
- vc++调用matlab函数混合编程实现二值图像的区域标记。,vc++ call matlab function Matlab binary image of the regional markers.
图像处理中的高斯函数
- 图像处理中的高斯函数,大家可以下来看。图像处理中的高斯函数,Image Processing Gaussian function, we can look at the next. Image Processing Gaussian function
tuxiangyunsuan
- 图像运算Matlab代码 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切
Fourteen
- 第十四章 图像复原 14.1 退化模型 14.1.1 连续退化模型 14.1.2 离散退化模型 14.2 复原的代数方法 14.2.1 代数复原原理 14.2.2 逆滤波复原 14.2.3 最小二乘方滤波 14.3 MATLAB 实现图像复原 14.3.1 维纳滤波复原 14.3.2 规则化滤波复原 14.3.3 Lucy-Richardson 复原 14.3.4 盲去卷积复原 14.3.5 图像复原的其它 MATLA
fifteen
- 第十五章 图像分析 15.1 边缘检测 15.1.1 微分算子 15.1.2 Log算子 15.1.3 Canny 算子 15.2 四叉树分解 15.2.1 四叉树分解 15.2.2 四叉树 MATLAB 函数 -Chapter XV 15.1 edge detection image analysis 15.1.1 Differential Operators 15.1.2 Log Operator 15.1.3 Canny operator 15.2
MATLAB
- matlab中绘图的方法 二维数据曲线图 隐函数绘图 图形修饰处理 图像处理与动画制作-matlab in the method of two-dimensional graphics data curve implicit function modified graphic graphics processing image processing and animation
gslb
- 高斯平滑滤波器的Matlab实现,实现对一副图像的滤波处理,并把用自己滤波器进行滤波的实验结果与用Matlab函数进行滤波的结果进行比较。 -Matlab Gaussian smoothing filter to achieve, to achieve an image processing filter, and filter their own filtering of the experimental results with the use of Matlab functions t
matlabimageprocessing
- 包括了MATLAB图像处理的所有函数,图像处理指令,MATLAB7的官方学习手册-Includes all the MATLAB function image processing, image processing instructions, MATLAB7 official study manual
HistogramMatching
- 用于对原始图像根据指定图像的直方图进行匹配的matlab函数。用于改善图像的对比度。-Used for the original image histogram according to the specified image to match the matlab function. Be used to improve the image contrast.
matlab
- LANDWEBER迭代函数用于图像显示二维图像的显示和应用-LANDWEBER iteration function for image display and application of two-dimensional image display
MATLAB-gui
- 编写MATLAB函数实现灰度调整,对比度增强,直方图均衡,局部平滑,中值滤波,频率域平滑与锐化-Write MATLAB function to achieve gray scale adjustment, contrast enhancement, histogram equalization, local smoothing, median filtering, frequency domain smoothing and sharpening
matlab
- matlab函数命令及格式大全,不只有函数还有详细的功能介绍,图片形式的,自己搜集的,可能会不太清晰-Matlab function command and format of Guinness, not only function in detail function introduction, as a picture, they collected may be less clear
ISAR-Imaging-With-MATLAB-Algorithms
- 这本书提供了充分的代表性逆合成孔径雷达(ISAR)成像,这是一种流行和重要的雷达信号处理工具。本书涵盖了所有可能的ISAR成像方面。这本书提供了一个介绍了专家组的逆问题和合成孔径雷达(SAR)提出的问题之前,信号处理技术和雷达基本相当。如高分辨率SAR的重要概念,脉冲压缩和图像形成连同相关的MATLAB代码。 ISAR成像的基本原理后,这本书提供了相关的MATLAB函数和代码成像ISAR成像的详细程序。 ISAR成像,多个成像技巧和微调,如零填充和窗口程序,以提高图像的质量也被提出。最后,逆合成
matlab
- 基于Matlab平台实现目标信息提取。求未含噪声的原图像的周长需先对图像进行二值化,然后选择一种算法进行边缘检测,包含prewitt,canny,sobel等算法,再通过sum(sum())函数进行周长的计算并显示在相应的位置。为求包含特定目标的噪声污染图像的周长或面积,首先对图像进行去噪,再进行二值化,接着进行微小分割,实现边缘提取或者区域分割,进一步统计目标周长或者目标面积。-Based on Matlab platform to achieve the goal of informatio
matlab
- 用MATLAB函数实现图像DCT域信息隐藏和提取,绘制控制阈值、JPEG压缩域与隐藏鲁棒性的关系图,对实验效果进行分析。-DCT domain information hidden field extraction
MATLAB
- RGB颜色模型的图像和HSI颜色模型的图像相互转换的matlab函数-Image image and HSI color model RGB color model conversion of the matlab function
DarkchDehazed
- 仿照何凯明暗通道去雾matlab函数,增加了直方图处理。(Modeled on the He Kaiming dark channel, the fog matlab function is increased by histogram processing.)