搜索资源列表

  1. cn700_62452121

    0下载:
  2. 关于sobel算子 逆sobel算子 高斯算子等图像处理算子 和大家共享,谢谢1-on segmentation Operator Operator inverse pixel Gaussian operator of Image Processing Operator and share Thank you, a
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:31.76kb
    • 提供者:zhoujian
  1. canny

    1下载:
  2. 该程序在matlab平台上实现了用最佳提取图像边缘的canny算子提取整副图像的边缘象素. 其中利用高斯函数滤除噪声和用高斯算子的一阶微分对图像滤波合并为一个算子,通过形态学算子将两幅图像的边缘进行连接.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:4.9kb
    • 提供者:秀秀
  1. Gauss

    0下载:
  2. 高斯算子对图像进行平滑,附源码和测试图片
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:141.59kb
    • 提供者:Dawei Zhang
  1. 图形图象处理之边缘检测

    0下载:
  2. 这也是图形与图象处理中方面的---边缘检测;包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。-graphics and image processing-- the edge detection; : Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, L
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:202kb
    • 提供者:王云华
  1. 边缘检测代码

    0下载:
  2. 关于图像边缘检测技术的代码。包括:拉普拉斯算子,高斯拉普拉斯算子等多种边缘检测方法-on Edge Detection Technology code. Including : Laplace operator, Gaussian Laplician various edge detection method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:2.6mb
    • 提供者:qiqi
  1. reply_1_855734

    0下载:
  2. // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //
  3. 所属分类:Windows编程

    • 发布日期:2024-11-26
    • 文件大小:53kb
    • 提供者:王学金
  1. cannyadvanced

    0下载:
  2. 一个CANNY算子的应用实例。包含了界面的操作,在当下流行的一版CANNY算子应用实例基础上对高斯滤波做了改进。-a Canny Operator application examples. The interface includes the operation of the current version of a popular Canny operator application on the basis of Gaussian
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-26
    • 文件大小:88kb
    • 提供者:费小文
  1. cn700_62452121

    0下载:
  2. 关于sobel算子 逆sobel算子 高斯算子等图像处理算子 和大家共享,谢谢1-on segmentation Operator Operator inverse pixel Gaussian operator of Image Processing Operator and share Thank you, a
  3. 所属分类:界面编程

    • 发布日期:2024-11-26
    • 文件大小:32kb
    • 提供者:zhoujian
  1. ImageProcessorCourseDesign

    0下载:
  2. ·图像检测:包括显示灰度直方图、Canny算子边缘检测; ·图像增强:包括随机噪声、傅立叶变换、中值滤波、高斯滤波; ·色彩变换:包括彩色->灰度、反色处理、亮度调整、直方图均衡化。 -Image Detection : to show gray histogram, Canny edge detection operator; Image enhancement : including random noise, Fou
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:139kb
    • 提供者:第一缕阳光
  1. sobel

    2下载:
  2. 这是本人自己编写的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合和仿真,并在FPGA上测试过。可以进行修改支持其他大小图像的sobel边缘检测,同时还可以实现其它的图像模块化处理算法,例如高斯滤波,平滑等。-this is my own preparation for the 256* 256 size of the image segmentation Edge De
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-26
    • 文件大小:3kb
    • 提供者:刘洋
  1. Canny

    0下载:
  2. 用canny算子提取边缘,核心:用高斯滤波器平滑图像;一阶偏导的有限差分计算梯度的幅值和方向;非极大值抑制;双阈值算法检测和连接边缘。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:160kb
    • 提供者:方方
  1. canny

    0下载:
  2. 该程序在matlab平台上实现了用最佳提取图像边缘的canny算子提取整副图像的边缘象素. 其中利用高斯函数滤除噪声和用高斯算子的一阶微分对图像滤波合并为一个算子,通过形态学算子将两幅图像的边缘进行连接.-The program in matlab platform to achieve the best extraction of the canny edge operator extract the whole image ed
  3. 所属分类:图形图象

    • 发布日期:2024-11-26
    • 文件大小:5kb
    • 提供者:秀秀
  1. canny

    0下载:
  2. canny边缘检测算子的c源代码 一维高斯分布函数,用于平滑函数中生成的高斯滤波系数 ,用高斯滤波器平滑原图像 -canny edge detection operator c source code for one-dimensional Gaussian distribution function for the smooth function of the Gaussian filter coefficients gen
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-26
    • 文件大小:3kb
    • 提供者:casey1986
  1. code

    0下载:
  2. 内有20多种图像处理代码的压缩包,包括付利叶变换,各种滤波,边缘算子,高斯模糊等,很有用哦.-There are more than 20 kinds of image processing code compression packages, including Fourier transform profits, all kinds of filtering, the edge operator, such as Gaussian
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:21kb
    • 提供者:matha
  1. imageprocessing5

    0下载:
  2. 1.选择3种边缘检测算子对一幅图像进行边缘检测,显示检测结果,对检测结果进行比较分析。 2.对混有高斯噪声的图像进行边缘处理,比较各边缘检测算子对噪声的敏感性。 -1. Choice of three kinds of edge detection operator of an image edge detection, test results show that, on a comparative analysis of t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:syq
  1. DoGfilters

    0下载:
  2. DoG(Difference of Gaussian)滤波算子,主要用于边缘特征提取,用于模式识别中的分割预处理。其主要参数为两个高斯函数的方差,针对方差设计可以对不同的图像特征情况下有不同的表现。-DoG (Difference of Gaussian) filtering operator, the edge feature extraction is mainly used for pattern recognition of t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:2kb
    • 提供者:wang
  1. lpls

    0下载:
  2. 拉普拉斯高斯算子边缘检测拉 普拉斯高斯算子边缘检测-Laplacian Gaussian edge detection operator Laplacian Gaussian edge detection operator
  3. 所属分类:Windows编程

    • 发布日期:2024-11-26
    • 文件大小:118kb
    • 提供者:李泽
  1. LOG

    0下载:
  2. 对于图像进行LOG(拉普拉斯高斯算子)处理,可以帮助进行边缘提取,有兴趣的同学可以看下-LOG operation to get the edge information of an image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:93kb
    • 提供者:
  1. log_edge

    0下载:
  2. 用matlab编写的拉普拉斯高斯算子代码(LoG算子),用该函数实现LoG算子提取图像边缘点的功能。-Written by matlab Laplacian of Gaussian operator code (LoG operator), using the LoG operator functions for extracting the image edge points of the function.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:林安安
  1. imageEdgeDetect

    0下载:
  2. edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the grad
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-26
    • 文件大小:380kb
    • 提供者:许胜强
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org