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

搜索资源列表

  1. ImageProcessing.rar

    0下载:
  2. 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:221.31kb
    • 提供者:程璞
  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:310.22kb
    • 提供者:孙亚新
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:275.2kb
    • 提供者:刘雨相
  1. image_processing

    0下载:
  2. 中值滤波 均值滤波 高频提升滤波 sobel算子 robert算子锐化 高斯噪声生成程序 图像处理-Median filter to enhance high-frequency filter mean filter sobel operator robert Operator Sharpens Gaussian noise to generate image processing procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:4.23kb
    • 提供者:guan bo
  1. imageview

    0下载:
  2. 图象处理程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-Image processing procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:526.61kb
    • 提供者:lukecheng
  1. 2107210017520071022238367591296

    0下载:
  2. vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:499.69kb
    • 提供者:乔鹏飞
  1. VTKImage1

    0下载:
  2. 使用VTK写的几种图像滤波处理方式,如Kernel3x3滤波,Laplacian滤波,sobel滤波-The use of VTK written several image filtering approach, such as Kernel3x3 filtering, Laplacian filtering, sobel filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:170.31kb
    • 提供者:yefeng
  1. ImageProcessing

    0下载:
  2. 大概包括:左右、上下、中心对称,中值滤波,平移、裁剪、二值处理、膨胀、腐蚀、提取边界、缩放、旋转(中心保持不变和中心随旋转变化)、加权平均滤波(里面将四邻域、八邻域、laplace、sobel算子定义为数组并调用)。-Perhaps include: around from top to bottom, the center symmetry, median filter, pan, cutting, deal with two values, expansion, corrosion, ext
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:25.75mb
    • 提供者:王敬
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:388.59kb
    • 提供者:guhuxiang
  1. imageproc

    0下载:
  2. Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering image sharpening with the Laplac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:815byte
    • 提供者:tony
  1. smagic

    1下载:
  2. 图像处理综合例子,提供的功能主要有:    (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6.35mb
    • 提供者:黄知
  1. imageimprovement

    0下载:
  2. 图像的增强处理,图像的简单平滑,图像的高斯平滑,图像的中值滤波,拉普拉斯边缘增强,Sobel边缘细化-Image enhancement, image of a simple smoothing, the image of Gaussian smoothing, median filter images, Laplace edge enhancement, Sobel Edge Thinning
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10.17mb
    • 提供者:hongxiaoxuan
  1. lzh_sobel

    0下载:
  2. 基于C实现的sobel滤波,该程序用于图像的边缘检测,载入BMP图片后可得滤波后图片。代码含有详细的解析-Sobel filter implementation based on C, the program used for edge detection, load BMP images obtained after the filtered image. Code contains a detailed analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2.28kb
    • 提供者:lzh
  1. gaussian-sobel-pyramid

    0下载:
  2. 对图像进行高斯滤波后再提取边缘 对图像进行金字塔各层图像进行sobel提取边缘。 内附有原图,处理后的效果图及程序结果说明。-Gaussian filter and the image edge extraction layers of the image pyramid image sobel edge extraction. Enclosed is the original deal with the effects of plans and procedures after the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:88.2kb
    • 提供者:wang
  1. bmp2yuv_ldd032

    0下载:
  2. 图像处理(边缘提取、图像反转、中值滤波、Sobel滤波等)-Image Processiong
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:45.42kb
    • 提供者:Daisy
  1. Sobel-Edge-Detection

    0下载:
  2. 均值漂移与粒子滤波算法,在图像处理方面的应用-Mean shift and particle filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:173.16kb
    • 提供者:马磊
  1. Opencv-sobel-noise

    0下载:
  2. 实现了椒盐噪声添加,滤波处理,并进行了图像锐化-implement the noise addtion and image process related to opencv tutorial
  3. 所属分类:OpenCV

    • 发布日期:2017-11-02
    • 文件大小:1.64kb
    • 提供者:li
  1. sobel

    0下载:
  2. 基于FPGA的sobel滤波。使用vivado 2014.2实现的YUV图像的sobel滤波。-Sobel filter based on FPGA. YUV image Sobel filtering using vivado to achieve the 2014.2.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:19.79mb
    • 提供者:张威
  1. filter_sobel_cgl

    0下载:
  2. 用IDL语言编写的sobel滤波算子,已通过调试,放心使用(the filter algorithm of sobel)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:1kb
    • 提供者:cgl517
  1. opencv Laplacian滤波和Sobel滤波

    0下载:
  2. 通过opencv调用对图像使用Laplacian滤波和Sobel滤波
  3. 所属分类:OpenCV

« 12 3 4 5 6 »
搜珍网 www.dssz.com