CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - matlab中的图像处理

搜索资源列表

  1. goodedge_detect_simple

    0下载:
  2. 在matlab环境下,实现了边缘检测的程序,图像处理中经常遇到的方法-In the matlab environment, realize the edge detection procedures, image processing frequently encountered in method
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-21
    • 文件大小:92960
    • 提供者:mamin
  1. SimpleWarping

    0下载:
  2. 数字图像处理中的样条形变算法的Matlab源码-The like strip change in the digital image processing algorithm Matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:1586125
    • 提供者:tanhao
  1. 01_code_target-tracking-using-kalman

    0下载:
  2. 卡尔曼滤波在图像处理中的实现,用MATLAB写的,该文件包含有数据及代码。 -this is a document about kalman filter.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:819745
    • 提供者:xiaoyu
  1. tuxiangzengqiang

    0下载:
  2. 利用Matlab图像处理工具箱中的函数实现图像对比度增强的功能-Image contrast enhancement using Matlab Image Processing Toolbox function
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:4212
    • 提供者:赵建平
  1. Digitalimageprocessing-

    0下载:
  2. 用于数字图像处理与分析教程中的matlab源代码-Matlab source code for digital image processing and analysis tutorial
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:64698
    • 提供者:杨金
  1. Watershed

    0下载:
  2. 分水岭算法Matlab实现。如果图像中的目标物体是连在一起的,则分割起来会更困难,分水岭算法经常用于处理这类问题,通常会取得比较好的效果。-Matlab implementation of watershed algorithm.If the object in the image together, then split up and it will be more difficult, the watershed algorithm often used to deal with such
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:1432
    • 提供者:shenzhichen
  1. Image-filtering

    0下载:
  2. matlab 数字图像处理 图像的滤波 对加高斯噪声和椒盐噪声的图像进行中值和平均滤波,带测试图像,可看到比较好的效果。-matlab digital image processing image filtering median and average filtering Gaussian noise and salt and pepper noise image with the test image, you can see better results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:8386
    • 提供者:阿牛
  1. matlab-code

    0下载:
  2. 应用Matlab工具箱演示对比度增强,局部平滑,中值滤波,小波工具,边缘检测,图像二值化,Hough变换直线提取,灰度阈值分割,四叉树分裂合并法等,并完成这些处理程序的GUI集成。-Application the Matlab toolbox Demo contrast enhanced local smoothing, median filtering, wavelet tools, edge detection, image value, Hough transform line extra
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:574699
    • 提供者:
  1. picture--chasing

    0下载:
  2. 背景建模和前景分割的方式把运动车辆提取出来。并进行最近临关联,输出目标轨迹。 MeanShift运动目标跟踪 matlab程序 1.截取跟踪目标矩阵rect 2.求取跟踪目标的加权直方图hist1 3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。 4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:240563
    • 提供者:l刘翔
  1. midfilter

    0下载:
  2. matlab环境下利用中值滤波函数对黑色图像的还原处理-Matlab environment using median filtering function reduction treatment on black image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:493435
    • 提供者:Lvchage
  1. adaptive_regularization

    0下载:
  2. 代码给出了数字图像处理图像复原运算方法中的自适应滤波、正则化滤波、盲去卷积滤波等滤波方法的实现过程,经matlab调试运行成功,效果明显-Code gives a computing method of digital image processing image restoration, adaptive filtering, regularization filter, blind go convolution filtering and other filtering methods to
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:1351
    • 提供者:刘德华
  1. imageprocess

    0下载:
  2. 冈萨雷斯图像处理matlab源代码,包含书中所有实例的源代码-Gonzalez image processing matlab source code, source code containing all instances in this book
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-10
    • 文件大小:197489
    • 提供者:YanShengnan
  1. mixed-noise

    0下载:
  2. 给出了数字图像处理图像复原运算中混合噪声的自适应滤波代码,经过matlab调试运行成功,图像处理结果较好-Adaptive filtering code given mixed noise in digital image processing image restoration operation, successful after matlab commissioning run, the results of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:1024
    • 提供者:刘德华
  1. exp_8

    0下载:
  2. 一个简单的Matlab图像处理函数,对图像进行中值滤波,和均值滤波,但是边缘处是没有做处理的,还有,滤波时,滤波窗口是矩形的,边长可以修改。-A simple program to complement the middle filter and the mean filter.cautions:the eadges of the picture is unchanged. Tht window is rectangular and the size of it is changable.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:1093
    • 提供者:林奇亮
  1. deconvolution

    0下载:
  2. 图像处理中的模糊复原,去卷积matlab程序 -image processing,image restoration,deconvolution
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:2031
    • 提供者:xiaodan
  1. nengliang

    0下载:
  2. 关于图像处理中的区域能量是matlab算法,此算法简单易行-Regional energy for image processing matlab algorithm, this algorithm is simple
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:57935
    • 提供者:张龙
  1. zhifangtu_junhenghua

    0下载:
  2. 在matlab环境下,用自己的理解,编写代码,解释图像处理工具箱中“histep”。帮助初学者学习。-Write code in Matlab environment, with their own understanding and interpretation of image processing toolbox histep. Help beginners learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:779
    • 提供者:谢双云
  1. bianyuancaiji

    0下载:
  2. matlab图像处理中的边缘采集,可以对灰度化图像进行边缘采集-edge acquisition matlab image processing edge, graying image acquisition
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:2706
    • 提供者:苏坤
  1. The-regional-adaptive-median-filter

    0下载:
  2. 区域自适应中值滤波器在数字图像处理中的应用,针对椒盐噪声的强弱处理,可能过matlab仿真得出明显的效果展示-The regional adaptive median filter in digital image processing, for the strength of the salt and pepper noise processing, may be too matlab simulation draw the obvious effect of display
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:1159
    • 提供者:libing hu
  1. tu-xiang-chu-li

    1下载:
  2. 利用matlab编写函数实现RGB到XYZ空间的转换并利用这个函数对给定的图像进行处理,仿真手机屏上显示标准图片。在图像处理过程中考虑Gamma特性。-Matlab write the function RGB to XYZ space conversion and use of this function on a given image processing, simulation on the cell phone screen displays the standard picture.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-12
    • 文件大小:919629
    • 提供者:攀龙
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com