CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 平滑滤波

搜索资源列表

  1. a

    0下载:
  2. 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑.-。-simple image processing, including color to grayscale 256, the Hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:272420
    • 提供者:sf
  1. Midian_Filter

    0下载:
  2. 一个中值滤波的源代码,可以让图像变得平滑。-A median filter of the source code, allowing the image becomes smoother.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9286193
    • 提供者:李亚
  1. smooth

    0下载:
  2. 对图像进行平滑处理,平滑处理就相当于滤波,去噪-make a picture smoooth
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3273875
    • 提供者:vivi
  1. canny

    0下载:
  2. Canny 算子 是一个具有滤波、增强和检测的多阶段的优化算子。在进行处理前,Canny 算子先利用高斯平滑滤波器来平滑图像以除去噪声( 即用高斯平滑滤波器与图像作卷积) 。-Canny operator is a filtering, enhancement and optimization of multi-stage detection operator. Before treatment, Canny operator first use Gaussian smoothing fi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2176
    • 提供者:
  1. lvbo

    0下载:
  2. 对bmp图像进行平滑处理之中值滤波,已写明具体算法,直接用256*256灰度lena图,可以进行进一步改进-Bmp image of the median filter to smooth processed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1813
    • 提供者:lixiang
  1. xianxinglvbo

    0下载:
  2. 程序的功能是对载入的图像进行线性滤波,滤波算子有梯度算子、平滑算子、高斯算子和拉普拉斯算子,同时可以设置滤波窗口的大小和滤波数。处理完后的图像可以进行保存。-Function of the program image is loaded linear filter, the filter operator with the gradient operator, smooth operator, Gaussian operator and Laplace operator, and can set
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:21266
    • 提供者:陈勇
  1. pinghuachuli

    0下载:
  2. 对图像进行平滑处理,包括中值滤波、均值滤波等-Smoothing the image, including median filtering, mean filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1379933
    • 提供者:马伊凡
  1. smoothing-using-convolution-kernels-

    0下载:
  2. 最主要的是采用卷积核来进行图像的低通滤波,进行平滑处理。-Most important is the use of convolution kernels to the image of the low-pass filtering, smoothing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:5004
    • 提供者:王智博
  1. smooth

    0下载:
  2. 此代码是用C#编辑的一个完整的对图像进行平滑处理的代码,在执行平台上傻瓜式地数据图像及各个参数,就可进行各种滤波平滑处理。-This code is C# editor with a complete smoothing of the image code, fool in the implementation of the platform to the data image and the various parameters, various filters can be smoothed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:117561
    • 提供者:曹艳萍
  1. VCPP-ImageProcess

    0下载:
  2. 代码实现对bmp图像的各种处理,包括:3种平滑处理、3种锐化处理、边缘增强(垂直、水平,东、南、西、北,东北,西北,东南,西南,和3种拉普拉斯方法),5种边缘检测的方法,中值滤波去噪,艺术效果(油画、浮雕),快速傅里叶变换,余弦变换,沃尔什—哈大吗变换,腐蚀膨胀,开闭操作,边缘提取,细化等功能。不错的VC++数字图像处理的代码,值得一看!-Bmp image code on a variety of processing, including: three kinds of smoothing,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5143624
    • 提供者:王卫
  1. CannyDetc

    0下载:
  2. canny边缘检测算子,用高斯滤波平滑图像,再用一阶偏导的有限差分来计算梯度的幅值和方向。-canny edge detection operator, smooth image with a Gaussian filter, and then the first order partial derivatives of the finite difference to calculate the gradient magnitude and direction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3345
    • 提供者:周娇
  1. Image-Edge-Detection

    0下载:
  2. 提出一种在噪声条件下将中值滤波与Sobel、Canny算子相结合进行图像边缘检测的方法。首先,采用中值滤波对图像进 行平滑处理,再利用Sobel、Canny算子检测图像边缘。仿真实验表明。该方法对图像边缘检测精度较高,抗噪声性能强,可 提高图像边缘检测效果。-This article proposed an image edge detection method based on the median value filter,Sobel and Canny Operator und
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:238190
    • 提供者:王文
  1. gujiatiqu

    0下载:
  2. 对纤维类图像进行前期处理,效果较好,包括高通滤波,平滑中值滤波,全局阈值分割,二值化,反相,最后求取骨架-Image of the fiber pre-processing, better, including high-pass filter, smoothing filter, global thresholding, binarization, RP to get the final frame
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:181091
    • 提供者:杨平平
  1. median--filter---resource

    0下载:
  2. 中值滤波法是一种非线性平滑技术,它将每一象素点的灰度值设置为该点某邻域窗口内的所有象素点灰度值的中值. 这是其中一种方法对单一图像进行处理。-median filter
  3. 所属分类:Wavelet

    • 发布日期:2017-04-09
    • 文件大小:1713922
    • 提供者:zhouminyan
  1. Image-processing-using-mfc3

    0下载:
  2. 用MFC进行图形图像处理,该程序主要实现了缩放,滤波。通过平滑和锐化的的方法对图象进行滤波及对噪声的处理。-Graphical image processing using MFC, the program mainly to achieve the zoom, filter. Through the method of smoothing and sharpening of image filtering and processing noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2781581
    • 提供者:王宇煜
  1. tuxiangchuli

    0下载:
  2. 注意,本目录中大部分程序只能对256色图像进行操作。 对比度拉伸 二值化 变换反色 亮度增减 取对数取指数 直方图均衡 阈值变换 图像镜像 图像平移 图像缩放 图像旋转 高斯平滑 均值滤波 拉普拉斯锐化(边缘检测) 离散余弦变换 Walsh变换 维纳滤波处理-Note that most of the program in this catalog can only operate on 256-color image. Contrast stretching transformatio
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4397740
    • 提供者:王慧
  1. MYGUI

    0下载:
  2. 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6128
    • 提供者:杨智雄
  1. chengxu

    0下载:
  2. 1、 打点法显示一幅256*256灰度图(BMP)。 2、 图像变换(包括图像平移、缩放、旋转、傅里叶变换、离散余弦变换、沃尔什变换)。 3、 图像增强(包括图像求反、直方图均衡、直方图规定化、线性平滑和线性锐化、中值滤波)。 4、 图像分析(边缘检测)。 -1, hit points shows a picture of 256* 256 gray image (BMP). 2, image transformation (including image scaling,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5522713
    • 提供者:ERICK
  1. pinghuachuli

    0下载:
  2. 实现位图灰度图像的平滑,如滤波,均值中值滤波-Grayscale bitmap images to achieve a smooth, such as filtering, median filtering mean
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2856530
    • 提供者:wangwenqi
  1. Image-Transformation

    0下载:
  2. 利用VC实现的图像变化基本方法小程序,包括图像二值化,镜像,平移,边缘提取,反色,高斯平滑,均值滤波等待。-Changes in the use of VC to achieve the basic methods of image applets, including image binarization, mirroring, translation, edge detection, anti-color, Gaussian smoothing, the mean filter to wai
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2675839
    • 提供者:贾桂敏
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 31 »
搜珍网 www.dssz.com