CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 拉普拉斯 c

搜索资源列表

  1. c实现图像处理常用算法集

    0下载:
  2. 本人收集的关于c实现图像处理常用算法,包括Hough变换,雕刻技术,灰度均衡,图像的3D灰度显示,拉普拉斯高斯边缘检测等等,-I collected on c achieve common image processing algorithms, including the Hough transform, carving, gray balance, 3D gray-scale images, Laplace Gaussian edge detection and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:21855
    • 提供者:陈曙
  1. lapulasibianyuanjiance

    0下载:
  2. 利用c++语言实现拉普拉斯高斯边缘检测源代码-use language Laplace Gaussian source Edge Detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1750
    • 提供者:赵仁义
  1. laplacian-edgeDetection2006-10-24

    0下载:
  2. Visual C++MATLAB图像处理与识别实用案例精选之 图像的边缘检测,拉普拉斯变换 算法的源程序,含标准测试图片-Visual C MATLAB image processing and recognition practical case Featured's image edge detection, Laplace Transform algorithm source, including standard tests Photo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:152157
    • 提供者:路香群
  1. lapulasibianhuan

    0下载:
  2. 这是一个关于图象处理方面的程序,它实现了图象的拉普拉斯变换,c++程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:322345
    • 提供者:huangguohua
  1. bmp_C++

    0下载:
  2. 自己用C++编写的包括读写bmp格式的图像文件、降低图像的灰度级别、降低图像的空间分辨率、直方图均衡化、拉普拉斯增强、高滤波处理等功能的源码。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:903238
    • 提供者:zhmaol
  1. ImageEdgeDetection

    0下载:
  2. 这是图像处理中边缘检测常用的算子,c++实现,包括sobel,roberts,prewitt,拉普拉斯算子
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:336514
    • 提供者:li yong
  1. libulashi

    0下载:
  2. 拉普拉斯变换是图像处理中常用的一些算法,该算法是用c语言实现的。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:313054
    • 提供者:ylsong
  1. bianyuan

    0下载:
  2. 提供图像的边缘检测,包括roberts算子,sobel算子,拉普拉斯算子等C语言源码。-Providing image edge detection, including roberts operator, sobel operator, Laplacian, etc. C language source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3479548
    • 提供者:xu
  1. sharpening

    0下载:
  2. 图形锐化C#代码 拉普拉斯掩模锐化 亮度锐化 梯度锐化-Graphics sharpening C# code Laplacian unsharp mask sharpening brightness gradient sharpening
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:129030
    • 提供者:zhangjc
  1. LaplacianPyramid

    0下载:
  2. 拉普拉斯金字塔出来程序,在OpenCV开发环境下能实现多分辨率多多尺度的拉普拉斯金字塔的图像处理。-The programming can deal with Laplacian Pyramid. Firstly ,using Gaussian pyramid process image, then using Gabor deal with it.The effect is very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1756639
    • 提供者:胡小宁
  1. Laplacian-sharpening

    0下载:
  2. 本程序是基于visual c++下实现了对图形进行拉普拉斯锐化。-This procedure is based on visual c++ to achieve the Laplacian sharpening of graphics.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:181119
    • 提供者:weizhen
  1. laplaceSharp

    0下载:
  2. 拉普拉斯锐化,C++语言程序,对图像进行处理,边缘锐化-Laplacian sharpening, C++ language programming, image processing, edge sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3614113
    • 提供者:qiuzhiyuan
  1. LhfImage2

    1下载:
  2. 图像各种边缘检测算子的比较,包括介绍了四种边缘检测算子包括Roberts边缘检测算子、Sobel边缘检测算子、Prewitt边缘检测算子和高斯—拉普拉斯边算子-Image a variety of edge detection operator of comparison, including the introduction of the four edge detection operator, including Roberts edge detector, Sobel edge dete
  3. 所属分类:Special Effects

    • 发布日期:2014-05-13
    • 文件大小:79290
    • 提供者:李慧芳
  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. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:151441
    • 提供者:wangxiacsu
  1. LaplaceSharpen

    0下载:
  2. 拉普拉斯图像锐化处理,可用于图像增强,c程序代码-Laplacian Image Sharpening can be used for image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:168738
    • 提供者:zxb
  1. lapla

    0下载:
  2. 使用C++语言,对图像进行拉普拉斯变换,其中用到CImg图像处理库。-The use of C++ language, Laplace transform of the image, which uses image processing CImg library.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5338662
    • 提供者:dong
  1. TemplateTrans

    0下载:
  2. 图像增强源码(平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色增强) c-Image enhancement source (smoothing, median filtering, sharpening the gradient, Laplacian sharpening, pseudo-color enhancement) c++
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2194091
    • 提供者:shanshan
  1. BMP

    0下载:
  2. 采用visual C++语言编写的图形图像处理的程序。可以实现BMP图像的线性变换,绘制直方图,图像平滑,梯度锐化,拉普拉斯锐化,以及多光谱图像运算的加减乘除混合计算。-Using visual C++ language graphic image processing procedures. BMP images can achieve a linear transformation, mapping histogram, image smoothing, sharpening the gra
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2096198
    • 提供者:xc
  1. laplacianofGaussian

    0下载:
  2. 拉普拉斯和高斯模型,用c/c++语言实现。程序相关文件非常完整。-Laplace and Gaussian model, with c/c++ language. Program-related documents are complete.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:242053
    • 提供者:二毛
  1. C--image-processing

    0下载:
  2. C语言图像处理有拉普拉斯锐化(边缘检测),256色转灰度图,傅立叶变换,维纳滤波处理等代码(含有测试图片及结果)-C-Laplacian sharpening image processing (edge ​ ​ detection), 256-color to grayscale, Fourier transform, Wiener filter processing code (with test images and results)
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:29907835
    • 提供者:tian
« 12 »
搜珍网 www.dssz.com