CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 拉普拉斯 c

搜索资源列表

  1. digitalbild with C++builder

    3下载:
  2. 图像处理,包括拉普拉斯算子提取轮廓,平滑化,二值化,以及细化等方面的图像处理程序代码-image processing, including extraction Laplician profile, smooth, two values, as well as details such as the image processing code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2605
    • 提供者:李萍
  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. GraphicLapuAcute

    1下载:
  2. 其功能是实现对图象的拉普拉斯锐化,文件中包含原始图和经拉普拉斯锐化后的结果图以及C代码-its function is to achieve the right Laplacian sharpening images, documents containing the original map and by the Laplacian sharpening the result of plans and C code
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:149680
    • 提供者:梁剑
  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. lapsharp

    0下载:
  2. 拉普拉斯变换代码,C++编写,可用于对图象进行增强处理
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:151437
    • 提供者:李少
  1. c++image

    0下载:
  2. 图像的3D灰度显示、拉普拉斯高斯边缘检测、灰度拉伸、图像缩放等19种处理
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:21670
    • 提供者:chen
  1. 拉普拉斯图像增强

    0下载:
  2. 用C++ Builder 编写,首先对图像进行了拉普拉斯变换,再与原图像相加,相加系数可以自行输入调整。
  3. 所属分类:源码下载

  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. 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. BianYuanJianCe

    0下载:
  2. 用c#语言对拉普拉斯等各种边缘检测方法进行了实现-Using c# language on a variety of Laplacian edge detection method of implementation
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:537313
    • 提供者:张冬冬
  1. program

    0下载:
  2. 数字图像处理领域中的一些应用实例,以理论和实践相结合的方式,系统地介绍了如何使用C#进行数字图像处理。 全书共11章,分别讲述了图像的点运算、几何运算、数学形态学图像处理方法、频率变换、图像平滑与去噪、边缘检测、图像分割、图像压缩编码和彩色图像处理等相关技术。-Digital image processing in the field of some application examples to the theory and practice, a combination of syst
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1009282
    • 提供者:yangou
  1. bianyuanjiance

    0下载:
  2. bmp格式文件和六种常用图像增强算法作出了研究,文中详细论述了数字图像增强技术中涉及到的图像平滑、中值滤波、梯度锐化、拉普拉斯锐化、灰度拉伸和灰度均衡各基本算法及其在Visual C++ 6.0下的具体实现,列出了各图像增强基本算法所涉及的关键源代码,同时,在每种图像算法中都分别给出了一幅标准的数字图像在各种处理前与处理后的对照图像。 -bmp format, and six kinds of commonly used image enhancement algorithm to the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:322375
    • 提供者:ERRG@163.COM
  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. uselaplacetofindbourdary-C

    0下载:
  2. 图像边界提取C程序--使用拉普拉斯算子,需要的可以下载-Image edge extraction C program- use the Laplace operator, need to see is available for download
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1031
    • 提供者:mike
  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
  1. 数值分析 c语言代码库

    2下载:
  2. 数值分析 多种C算法代码库 1、离散傅立叶变换与反变换 2。四阶亚当姆斯预估计求解初值问题 3、几种常见随机数的产生 如求[a,b]上的均匀分布、 正态分布、 指数分布 、 拉普拉斯随机分布、瑞利分布、 韦伯分布、 泊松分布等 4、指数平滑法预测数据 5、四阶(定步长)龙格--库塔法求解微分初值问题 精度比欧拉方法高但是感觉依然不理想 6、改进的欧拉方法求解微分方程初值问题 感觉精度比较低 7、中心差分(矩形)公式求导 8、高斯10点法求积分 9、龙贝格法求积分
  3. 所属分类:其它程序

  1. BMP

    0下载:
  2. c图像处理,包括小波变换,高斯变换,滤波,边缘检测,旋转,平移,各算子:sobel,拉普拉斯-c image processing, including wavelet transform, Gauss conversion, filtering, edge detection, rotation, translation, each operator: sobel, Laplace etc.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5944449
    • 提供者:ZHANG
  1. 拉普拉斯算子

    1下载:
  2. visual2013配置OpenCV3.0使用C++编写的拉普拉斯算子(Visual2013 configuring OpenCV3.0 using Laplasse operator written in C++)
  3. 所属分类:OpenCV

  1. 基于Laplace方程的翼型O-形网格生成器

    2下载:
  2. 源程序使用C++编写,通过求解椭圆型微分方程(拉普拉斯方程)生成绕翼型的O-形二维网格。网格坐标以.plt的格式输出,可使用tecplot进行查看。
  3. 所属分类:数学计算/工程计算

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