CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - histogram matlab

搜索资源列表

  1. wwnew

    0下载:
  2. 这是我自己编的一个直方图均衡的算法,是实现基本上均匀的一个算法。matlab环境。-This is my own compiled a histogram equalization algorithm is an algorithm to achieve essentially uniform. matlab environment.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1073
    • 提供者:weiwei
  1. AdjuHistSoft

    0下载:
  2. 灰度调节及直方图均衡化程序 ,在MATLAB中直接运行即可-Gray-scale adjustment and histogram equalization process can be run directly in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:6184
    • 提供者:宋飞
  1. PlotHOGImage2

    0下载:
  2. 图形图像处理 经典HOG plot matlab-histogram of orietation gradients image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:989
    • 提供者:ma
  1. chengxu

    0下载:
  2. 用matlab来实现对图像进行直方图处理的源程序。-Using matlab to achieve the image histogram processing of the source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:5410
    • 提供者:马更生
  1. dsdf

    0下载:
  2. 使用matlab、图像的显示(灰度图像、彩色图像、动态图像)、图像格式、图像压缩和图像的基本操作(图像反转和直方图均衡)-Using matlab, image display (grayscale image, color images, dynamic images), image format, image compression and image of the basic operations (image reversed, and histogram equalization)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1405
    • 提供者:叶鸿
  1. main

    0下载:
  2. 数字图像处理,直方图的均衡化,matlab实现方法-Digital image processing, histogram equalization, matlab Implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:870
    • 提供者:liu
  1. matlabdigitalimageprocessing

    0下载:
  2. MATLAB图像处理程序:直方图均衡化,边缘提取,中值滤波等-MATLAB image processing program: histogram equalization, edge extraction, median filtering, etc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1891274
    • 提供者:hy
  1. global_histrogram

    0下载:
  2. Perform a global histogram equalization in matlab. No image processing toolbox is needed!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:410832
    • 提供者:rafichris
  1. matlabcode2

    0下载:
  2. 数字图像显示及其傅立叶变换 、二维离散余弦变换的图像压缩、采用灰度变换的方法增强图像的对比度 、直方图均匀化、模拟图像受高斯白噪声和椒盐噪声的影响 等多个matlab图像处理实例-Digital image display and Fourier transform, two-dimensional discrete cosine transform image compression, the use of gray transform method to enhance image cont
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:10590
    • 提供者:张立
  1. imageprocessing

    0下载:
  2. 使用matlab语言对图像进行简单处理,包括:加运算、图像缩放、直方图均衡、平滑处理、灰度变换增强、边缘检测等。文件内附txt说明。-Matlab image using a simple language processing, including: Canadian operations, image scaling, histogram equalization, smoothing, gray-scale transformation enhancement, edge detectio
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1277784
    • 提供者:
  1. image

    0下载:
  2. 用MATLAB程序进行图像处理,包括用MATLAB程序进行图像处理,最小值求取,均值,直方图,对比度增强,图象平滑,图象锐化,图象变换-Image processing using MATLAB program, including the use of MATLAB programs for image processing, minimum strike, mean, histogram, contrast enhancement, image smoothing, image sharpe
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:54069
    • 提供者:chen
  1. GdalBrowser

    0下载:
  2. GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学时的论文,经过这些年零敲碎打的改造,现在能进行全自动、半自动
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12399942
    • 提供者:流浪小狗
  1. work

    0下载:
  2. 在Matlab环境下的图像处理的初级程序代码,包括图像识别前期所做的预处理、直方图分析找出阈值、图像切割、定位等-In the Matlab environment, the primary image-processing program code, including pre-made pre-image recognition, histogram analysis to identify the threshold value, image cutting, positioning, e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1052
    • 提供者:何威
  1. Grayscale-correction

    0下载:
  2. 代码可以实现图像的灰度变换,以及直方图均衡算法进行灰度修正的代码,有用户界面。matlab实现的-Code can achieve the image gray-scale transformation, and the gray histogram equalization algorithm is modified code, a user interface. matlab implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:46561
    • 提供者:王宇
  1. www.glzy8.com_161417_162

    0下载:
  2. PHOG的matlab描述。 将图像的PHOG描述符运用MATLAB显示出最终的直方图。-PHOG the matlab descr iption. Descr iptor of the image using MATLAB PHOG show the final histogram.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:279609
    • 提供者:shine
  1. histenchen

    0下载:
  2. matlab simulink 图像处理图像恢复与增强,图像直方图。-matlab simulink image processing image restoration and enhancement, image histogram.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:7866
    • 提供者:徐建云
  1. 114

    0下载:
  2. 数字图像处理,直方图均衡化,傅里叶变化等Matlab程序-Digital image processing, histogram equalization, such as Matlab Fourier transform program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:141847
    • 提供者:fe shine
  1. tuxiangchuli

    0下载:
  2. 用matlab进行图形处理的代码,包括图像的读取、直方图、图像的代数运算、图像滤波处理、傅里叶变换、图像压缩等。-With the matlab code for image processing, including image reading, histogram, image algebra, image filtering, Fourier transform, image compression.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3574
    • 提供者:年糕
  1. zhifangtu

    0下载:
  2. 采用matlab语言绘制一张jpg格式图片的直方图-Using matlab language to draw a jpg format image histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:932
    • 提供者:lishiming
  1. imageprocess

    0下载:
  2. 用matlab实现了各种采用的图像处理技术,边缘检测,直方图均衡,滤波器设计等-Using matlab to achieve a variety of image processing techniques used, edge detection, histogram equalization, filter design, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:235940
    • 提供者:Mr zhuang
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 21 »
搜珍网 www.dssz.com