搜索资源列表

  1. shuzituxiangchuli

    0下载:
  2. 包含了多种常用的数字图像处理方法的实现代码,图像镜像、平移、旋转、缩放,高斯滤波、拉普拉斯锐化、中值滤波、二值变换、阈值变换、傅立叶变换、离散余弦变换等-Contains a variety of commonly used digital image processing methods to achieve code, image mirroring, shifting, rotating, zooming, Gaussian fi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:189440
    • 提供者:吴学龙
  1. Laplacian_sharpening(edge_detection)

    0下载:
  2. 这是一个用C++编译的程序,用于实现拉普拉斯锐化(边缘检测),以供大家学习交流之用。-This is a C++ compiler with the procedures for implementation Laplacian sharpening [edge detection] for the exchange of U.S. study purposes.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:160768
    • 提供者:wangxiacsu
  1. desktop

    0下载:
  2. 方块编码,取对数,用Canny算子提取边缘, 拉普拉斯锐化(边缘检测),图像细化-Box coding,Logarithm,Canny Operator, Laplacian sharpening(Edge Detection),Image thinning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:997376
    • 提供者:walan
  1. 20061107094443510

    0下载:
  2. 包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡. -Including 256 colors to grays
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:25600
    • 提供者:李强强强
  1. lpls

    0下载:
  2. 数字图像处理 拉普拉斯锐化(边缘检测)-Laplacian sharpening digital image processing (edge detection)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1959936
    • 提供者:张标
  1. TemplateTrans

    0下载:
  2. 对图像进行锐化,平滑处理和彩色化。具体有中值滤波,拉普拉斯锐化等-Image sharpening, smoothing and color of treatment. Median filter has specific, such as Laplacian sharpening
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2163712
    • 提供者:张靖
  1. Morph

    0下载:
  2. 对图像进行锐化,平滑处理和彩色化。具体有中值滤波,拉普拉斯锐化等-Image sharpening, smoothing and color of treatment. Median filter has specific, such as Laplacian sharpening
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:84992
    • 提供者:张靖
  1. TemplateTrans

    0下载:
  2. 伪彩色编码,梯度锐化,拉普拉斯锐化,中值滤波等-Pseudo-color encoding, the gradient sharpening, such as Laplacian sharpening
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2193408
    • 提供者:周可
  1. PictureProcessing

    0下载:
  2. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:16281600
    • 提供者:周蓝
  1. TemplateTrans

    0下载:
  2. 图像增强的基本程序,包括图像平滑、中值滤波、梯度锐化、拉普拉斯锐化和伪彩色编码。-The basic image enhancement procedures, including image smoothing, median filter, sharpening the gradient, Laplacian and pseudo-color-coded sharpening.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2185216
    • 提供者:jiaojiao003
  1. Laplacianharpeningedgedetection

    0下载:
  2. 拉普拉斯锐化(边缘检测)源代码 数字图像-Laplacian sharpening (edge detection)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:175104
    • 提供者:
  1. lapulasiruihuas

    0下载:
  2. 拉普拉斯锐化(边缘锐化):对图像边缘进行拉普拉斯锐化-Laplacian sharpening (edge sharpening): Laplacian of the image edge sharpening
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:168960
    • 提供者:程磊
  1. 2009.0423

    0下载:
  2. 传统的边缘检测方法是对原始图像中像素的某小邻域来构造检测算子,它是采用锐化算子(如梯度算子、 拉普拉斯算子)进行的。图像的边缘检测是通过模板作为核与图像中的每一个像素点做卷积和运算,然后选取合适的阈值以提取边缘。-Traditional edge detection method is the original image in a pixel neighborhood operator to construct, it is a sh
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:刘卅
  1. TemplateTrans

    0下载:
  2. 图像平滑 中值滤波 梯度锐化 拉普拉斯锐化-Median filter image smoothing gradient Laplacian sharpening sharpening
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:2189312
    • 提供者:dsfdsf
  1. TemplateTrans

    0下载:
  2. 利用VC++对图像进行增强处理,包括图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色编码-Using VC++ to enhance the image processing, including image smoothing, median filter, sharpening the gradient, Laplacian sharpening, pseudo-color coding
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:2332672
    • 提供者:caiing
  1. purisi

    0下载:
  2. 拉普拉斯锐化(边缘检测)源代码,很好的程序。-Laplacian sharpening (edge detection) source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:160768
    • 提供者:张彩
  1. TemplateTrans

    0下载:
  2. 图像的处理功能如:图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色代码-Image processing functions such as: image smoothing, median filter, sharpening the gradient, Laplacian sharpening, pseudo-color code, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:642048
    • 提供者:lztszy
  1. laplace_lancet

    0下载:
  2. 数字图像处理,对一幅图像进行拉普拉斯锐化操作,用于边缘检测-Digital image processing of an image sharpening operation for Laplacian for edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:304128
    • 提供者:steveying
  1. TemplateTrans

    0下载:
  2. VC数字图像处理典型算法及实现,完整的源码,主要的图像增强算法:图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色编码-VC typical digital image processing algorithm and the realization of the complete source code, the main algorithm for image enhancement: image smoothing, med
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:4174848
    • 提供者:lgy
  1. Laplaciansharpening

    0下载:
  2. 拉普拉斯锐化(边缘检测) VC++实现 在做图像处理的学习者可以下载。-Laplacian sharpening (edge detection) VC++ to achieve doing image processing, learners can be downloaded.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:157696
    • 提供者:gaopan
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »

源码中国 www.ymcn.org