搜索资源列表
imageimpose
- 数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 直方图均匀化 模拟图像受高斯白噪声和椒盐噪声的影响 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 用巴特沃斯(Butterwo
AGVvision
- 程序代码说明 灰度AGV路径识别 彩色AGV路径识别 HSI彩色空间的AGV路径识别 路径中心线的定位 Radon变换的AGV路径偏差检测-code shows gray color Path Recognition AGV AGV Path Recognition of the HSI color space AGV Road Path Recognition path centerline Radon transform the positi
Otsucoding
- Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu - Otsu Matlab code Otsu Principle : Otsu law by Japanese scho
256shezhuanhuidutu
- 256色转灰度图 256色转灰度图-256 colors to the gray level gray-scale map color to the gray level 256
4
- < VC++图像处理程程序设计>>配套光盘,这是第4章的灰度变换的程序
Log
- 有了合适的处理对象,剩下的就是技术问题了。在数字运动检测中运用的关键技术有图像数据读取、图像的中值滤波、图像灰度化、图像梯度的获取、图像特征区域的确定、两幅图像的匹配、图像二值化、图像细化、图像去离散点的操作、物体的区域定位、物体中心点的取得,最后再从图片中得到物体运动轨迹。本运动检测系统是为了实现对一系列图片中运动物体的跟踪而设计的,它通过对一系列图片的处理,提取出图片背景,识别出运动物体,进而对运动物体进行跟踪,得到物体运动的轨迹。本文主要阐述了什么是数字图像处理、数字图像处理的基本要求、数
partial-difference-equation-method
- 使 用 说 明 本光碟中包含五个文件夹。 (1)视频剪辑:可供教学演示,其中,"two_cells"是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程;"denoissing"是利用P_M方程,对图像平滑去噪的演化过程 "curve_linear_heat_flow"是利用FT实现的闭合曲线的线性热流演化过程。 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分
blance
- 进行灰度均衡,初级学者 有一定参考价值,高手就不用看了-For gray balance, the primary scholars have a certain reference value, you will not need to read
GuiIamgeProcess
- 一个matlabgui编写的图像处理界面,可以实现图像的读入,灰度值计算等一般处理-Matlabgui the preparation of an image processing interface, you can read in the realization of images, gray value of the general processing
imagesegmentation
- 1.边缘检测,分别用Sobel, Laplacian-Gaussian 方法对一幅灰度图像进行边缘提 取,并给出对比结果; 2.灰度阈值分割:利用双峰法对一幅灰度图像进行灰度分割处理。-1. Edge detection, respectively Sobel, Laplacian-Gaussian methods on a gray-scale image edge extraction, and gives comparative results 2. Gray threshold
colortogray
- VC编写的将彩色图像转化为灰度图像,代码不多,但很有研究意义-VC prepared by converting color images to grayscale, the code much, but useful research significance
gray
- 彩色图像转化成为灰度图像的源码,将三种不同的方法进行了比较,源码来自赵春江的《C#数字图像处理算法典型实例》-The source of the color image into grayscale image, the three different methods were compared to the source from Zhao Chunjiang C# digital image processing algorithms typical example of "
Shuipingtouying
- 实现图像沿着水平方向截面的投影,通过计算该截面灰度值累加计算量的集合得到-Sectional projection of the image along the horizontal direction, obtained by calculating the calculated amount of collection of the gray value of the cross-sectional accumulate
MATLAB
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5.线性平滑滤波器 6.中值滤波器 8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪(bwtraceboundary函数) -Image reversal. Grayscale linear transform 3. Nonlinear transformation 4. Histogram equalization 5 linear smoothi
entropy
- 在数字图像处理中,运用MATLAB中的函数entropy可以计算图像的熵或灰度出现的概率-The probability of occurrence in digital image processing, the use the MATLAB functions entropy can calculate the entropy of the image or grayscale
K_means
- Matlab 实现灰度图像K-means算法(菜鸟入门级)-Matlab to achieve gray image K-means algorithm (rookie entry-level)
gaoshouchuanVC
- 高守传VC++ 数字图像处理典型算法及实现(源代码),里面的程序都是编译好的,可以直接使用,很多数字图像处理中经典好用的算法。内容涵盖了数字图像概述、visual c++数字图像编程基础、图像的几何变换、图像的灰度变换、图像的正交变换、图像增强、图像复原、图像的压缩编码、边缘检测与图像分析、图像的数学形态学运算、图像融合,以及图像特技显示等,最后综合运用了图像处理的多种理论和方法实现了一个人脸检测的案例。-failed to translate
tuxiangchuli-matlab
- 通过直方图均衡化使图像灰度均匀分布,使一定范围内象元值的数量大致相等,以此加强细节,提高图像处理的清晰度,便于观察以及计算机进行分析处理-failed to translate
GrayImageEnhangcementByLinearTransform
- 通过线性灰度变换,基于Matlab实现的灰度图像增强(Gray Image Enhangcement By Linear Transform using matlab)
图像灰度变换
- 对彩色图像进行二值化,灰度图像非线性变换,指数变换,幂次变换从而得到直方图进行分析。(The binarization of the color image, the non-linear transformation of the gray image, the exponential transformation and the power conversion are carried out to obtain the histogram for analysis)