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

搜索资源列表

  1. edge

    0下载:
  2. 对螺丝进行分别几次wiener滤波后再进行canny\sobel边缘检测-On the screws were then conducted several wiener filtering canny \ sobel edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:27159
    • 提供者:李子君
  1. EmgucvTest

    1下载:
  2. 用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步-With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel opera
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:26605568
    • 提供者:妮乐
  1. 041156300Medical3D

    0下载:
  2. RAw格式图片的显示,边缘检测,包括SOBEL算子,具有不同模板的拉普拉斯算子边缘检测,以及一些简单的滤波方式-sadfsadf asdfasdf asdf
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2801280
    • 提供者:姜霞霞
  1. SmoothingAndSharpening

    0下载:
  2. 编制程序,实现图像文件(如bmp等)的读取、显示、图像平滑(高斯滤波、中值滤波)及图像锐化(分别用Roberts算子、Prewitt算子及Sobel算子)。-Programming, image files (such as bmp, etc.) to read, display, image smoothing (Gaussian filtering, median filtering) and image sharpening (respectively Roberts operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:25569
    • 提供者:wen
  1. bianyuanjiance

    0下载:
  2. Prewit t 算子和Sobel 算子都是对图像进行差分和滤波运算,仅在平滑部分的权值选择上有些差异,但是图像产生了一定的模糊, 而且有些边缘还检测不出来,所以检测精度比较低, 该类算子比较适用于图像边缘灰度值比较明显的情况。-Prewit t operator and Sobel operator is on image difference and filtering operation, only some differences in the smooth part of the we
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:53006
    • 提供者:李浩杰
  1. chepaijiance

    0下载:
  2. 准确对车牌进行定位,首先要把车牌图像灰度化,接着对图像进行中值滤波进行初步降噪,下一步进行Sobel纵向边缘检测,即增强车牌纵向边缘,边缘检测后进行二值化处理,此时车牌区域特征得到进一步加强,但同时又加强了背景中的部分噪声,所以再对其腐蚀,然后定位及截取车牌,最后对车牌进行二值化。-Accurate positioning of the plate,First, take the license plate image gray, then the image median filtering
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1232
    • 提供者:靳太明
  1. digital-image-processing

    0下载:
  2. DIP_exp1. 图象统计参数:最大、小值,均值,直方图统计; DIP_exp2. 对比度增强:直方图均衡,灰度拉伸; DIP_exp3. 图象几何变换:旋转,平移,缩放; DIP_exp4. 图象线性变换:FFT,DCT; DIP_exp5. 图象平滑:中值滤波,均值滤波; DIP_exp6. 图象锐化: Sobel算子,Laplace算子;-. DIP_exp1 image statistical parameters: maximum, minimum value,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4019
    • 提供者:应晨露
  1. ImagProc

    0下载:
  2. 对bmp图像实现灰度变换,中值、均值滤波,sobel等边缘检测及图像分割(固定阈值法、最大类间方差法等)-Bmp image to achieve gray-scale transformation, median, mean filtering, sobel edge detection and image segmentation, etc. (fixed threshold, Otsu, etc.)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:997525
    • 提供者:freefly2014
  1. MyImage

    0下载:
  2. 对bmp图像实现灰度变换,中值、均值滤波,sobel等边缘检测及图像分割(固定阈值法、最大类间方差法等)-Bmp image to achieve gray-scale transformation, median, mean filtering, sobel edge detection and image segmentation, etc. (fixed threshold, Otsu, etc.)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2800299
    • 提供者:freefly2014
  1. image-processing-method

    0下载:
  2. 这是一个关于图像处理课程的综合性程序,囊括了图形变换(傅里叶正反变换和离散余旋正反变换)、灰度变换(线性拉伸、直方图均衡)、图像增强(中值滤波、均值滤波以及梯度锐化)、代数运算(两幅图像之间的相加减)、图像分割(Roberts算法、Sobel算法、Laplacian算法以及区域生长)、图像转换(灰度化和二值化)等。-It is a comprehensive program for image processing programs, to include graphics transforma
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7813332
    • 提供者:云曦
  1. EdgeDetection

    0下载:
  2. 边缘检测,分别使用Laplacian, Roberts, Sobel 以及Prewitt 滤波-edge-detection:Laplacian, Roberts, Sobel and Prewitt filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:117283
    • 提供者:hengliangz
  1. Hik_Stage_1

    0下载:
  2. 使用vs2010编写了一个consel应用程序,该应用程序可对任何输入的yuv420指定帧号图像进行中值滤波和sobel处理,并输出处理后的两张bmp图片(8bit灰度图)-the application program can get one frame yuv420 sequence, medianfilter and sobel edge extract,then output two bmp(8bit)
  3. 所属分类:Console

    • 发布日期:2017-06-03
    • 文件大小:15200147
    • 提供者:赵薇
  1. hm3_2

    0下载:
  2. (1)读取一幅图像,添加高斯、椒盐噪声,用邻域平均法、中值滤波法和K邻近平均法处理。 (2)读取一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。-1.read an image, add a Gaussian/salt or pepper noise, then process with the neighborhood average/median filtering or K N nearest average law method.Output p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1190
    • 提供者:seasonflow
  1. image-process

    0下载:
  2. 5*5区域的邻域平均法,5*5中值滤波法,图像的锐化(Sobel,Laplacian算子),Roberts梯度锐化算法-neighbourhood averaging and median filtering of 5*5area, Image sharpening(include Sobel,Laplacian),and robert gradient sharpening algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:471252
    • 提供者:徐晓芳
  1. Image-pretreatment-technology

    0下载:
  2. 图像预处理技术研究与软件实现项目在现有图像处理研究的基础上,研究了灰度化转换、滤波和边缘检测等多种图像基本处理操作,开展了图像结构分析、数学模型建立、多种算法实现及结果对比,完成了GUI界面的创建,展示了图像的灰度化、二值化、反色、去噪等基本预处理过程,以及Sobel、LoG、Canny边缘检测等基本算法,实现了界面换肤和音乐播放的功能。-Image pretreatment technology research and software achieved project in existin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6420052
    • 提供者:
  1. EigenFaces

    0下载:
  2. 通过运行结果,我们可以发现Roberts算子:边缘定位准,但是对噪声敏感。与用于边间明显且噪声较少的分割。 Prewitt算子:对噪声具有抑制作用,抑制噪声的原理是通过像素平均,但是像素平均相对于图像的低通滤波,所以对边缘的定位不如Roberts算子。 Sobel算子:它和Prewitt算子都是加权平均,但是sobel算子,-Face detection technology is a new biometric identification technology, is an impo
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4226507
    • 提供者:王振
  1. spatial-filter

    0下载:
  2. 分别使用Roberts,Prewitt,Sobel,Laplician模板对图像进行空域滤波。-Using Roberts, Prewitt, Sobel, Laplician templates filter image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:813
    • 提供者:明月
  1. ruihuatupian

    0下载:
  2. 用sobel,roberts,拉普拉斯算子锐化滤波所画图片-Image recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:12194
    • 提供者:liruijian
  1. digital_image

    0下载:
  2. 数字图像处理中sobel算子的手写代码;canny手写代码;加噪声并滤波的调用库函数代码-Digital image using sobel & canny
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1031678
    • 提供者:陆超伦
  1. C

    0下载:
  2. 经MATLAB Coder装换出的卡尔曼滤波、均匀滤波、目录读取、和sobel边缘检测的C程序-MATLAB Coder converted by the Kalman filter, even the filtering, directory read, and sobel edge detection C program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-03
    • 文件大小:541169
    • 提供者:jack
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com